Searched defs:tree_balance (Results 1 – 1 of 1) sorted by relevance
1488 struct tree_balance { struct1489 int tb_mode;1490 int need_balance_dirty;1491 struct super_block *tb_sb;1492 struct reiserfs_transaction_handle *transaction_handle;1493 struct treepath *tb_path;1494 struct buffer_head *L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */1495 struct buffer_head *R[MAX_HEIGHT]; /* array of right neighbors of nodes in the path */1496 struct buffer_head *FL[MAX_HEIGHT]; /* array of fathers of the left neighbors */1497 struct buffer_head *FR[MAX_HEIGHT]; /* array of fathers of the right neighbors */[all …]