Home
last modified time | relevance | path

Searched defs:tree_balance (Results 1 – 1 of 1) sorted by relevance

/fs/reiserfs/
Dreiserfs.h2055 struct tree_balance { struct
2056 int tb_mode;
2057 int need_balance_dirty;
2058 struct super_block *tb_sb;
2059 struct reiserfs_transaction_handle *transaction_handle;
2060 struct treepath *tb_path;
2061 struct buffer_head *L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */
2062 struct buffer_head *R[MAX_HEIGHT]; /* array of right neighbors of nodes in the path */
2063 struct buffer_head *FL[MAX_HEIGHT]; /* array of fathers of the left neighbors */
2064 struct buffer_head *FR[MAX_HEIGHT]; /* array of fathers of the right neighbors */
[all …]