Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1328 struct tree_balance { struct
1329 int tb_mode;
1330 int need_balance_dirty;
1331 struct super_block *tb_sb;
1332 struct reiserfs_transaction_handle *transaction_handle;
1333 struct treepath *tb_path;
1334 struct buffer_head *L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */
1335 struct buffer_head *R[MAX_HEIGHT]; /* array of right neighbors of nodes in the path */
1336 struct buffer_head *FL[MAX_HEIGHT]; /* array of fathers of the left neighbors */
1337 struct buffer_head *FR[MAX_HEIGHT]; /* array of fathers of the right neighbors */
[all …]