Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2403 struct tree_balance { struct
2404 int tb_mode;
2405 int need_balance_dirty;
2406 struct super_block *tb_sb;
2407 struct reiserfs_transaction_handle *transaction_handle;
2408 struct treepath *tb_path;
2411 struct buffer_head *L[MAX_HEIGHT];
2414 struct buffer_head *R[MAX_HEIGHT];
2417 struct buffer_head *FL[MAX_HEIGHT];
2420 struct buffer_head *FR[MAX_HEIGHT];
[all …]