Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dreiserfs.h2404 struct tree_balance { struct
2405 int tb_mode;
2406 int need_balance_dirty;
2407 struct super_block *tb_sb;
2408 struct reiserfs_transaction_handle *transaction_handle;
2409 struct treepath *tb_path;
2412 struct buffer_head *L[MAX_HEIGHT];
2415 struct buffer_head *R[MAX_HEIGHT];
2418 struct buffer_head *FL[MAX_HEIGHT];
2421 struct buffer_head *FR[MAX_HEIGHT];
[all …]