Home
last modified time | relevance | path

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

/linux-5.10/fs/reiserfs/
Dreiserfs.h2406 struct tree_balance { struct
2407 int tb_mode;
2408 int need_balance_dirty;
2409 struct super_block *tb_sb;
2410 struct reiserfs_transaction_handle *transaction_handle;
2411 struct treepath *tb_path;
2414 struct buffer_head *L[MAX_HEIGHT];
2417 struct buffer_head *R[MAX_HEIGHT];
2420 struct buffer_head *FL[MAX_HEIGHT];
2423 struct buffer_head *FR[MAX_HEIGHT];
[all …]