Lines Matching defs:tree_balance
2406 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];
2425 struct buffer_head *CFL[MAX_HEIGHT];
2428 struct buffer_head *CFR[MAX_HEIGHT];
2434 struct buffer_head *FEB[MAX_FEB_SIZE];
2435 struct buffer_head *used[MAX_FEB_SIZE];
2436 struct buffer_head *thrown[MAX_FEB_SIZE];
2446 int lnum[MAX_HEIGHT];
2449 int rnum[MAX_HEIGHT];
2455 int lkey[MAX_HEIGHT];
2458 int rkey[MAX_HEIGHT];
2464 int insert_size[MAX_HEIGHT];
2472 int blknum[MAX_HEIGHT];
2477 int cur_blknum;
2480 int s0num;
2487 int lbytes;
2494 int rbytes;
2501 int item_pos;
2504 struct buffer_head *S_new[2];
2510 int snum[2];
2516 int sbytes[2];
2518 int pos_in_item;
2519 int zeroes_num;
2525 struct buffer_head *buf_to_free[MAX_FREE_BLOCK];
2531 char *vn_buf;
2533 int vn_buf_size; /* size of the vn_buf */
2536 struct virtual_node *tb_vn;
2542 int fs_gen;
2549 struct in_core_key key;