Lines Matching defs:tree_balance
2404 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];
2423 struct buffer_head *CFL[MAX_HEIGHT];
2426 struct buffer_head *CFR[MAX_HEIGHT];
2432 struct buffer_head *FEB[MAX_FEB_SIZE];
2433 struct buffer_head *used[MAX_FEB_SIZE];
2434 struct buffer_head *thrown[MAX_FEB_SIZE];
2444 int lnum[MAX_HEIGHT];
2447 int rnum[MAX_HEIGHT];
2453 int lkey[MAX_HEIGHT];
2456 int rkey[MAX_HEIGHT];
2462 int insert_size[MAX_HEIGHT];
2470 int blknum[MAX_HEIGHT];
2475 int cur_blknum;
2478 int s0num;
2485 int lbytes;
2492 int rbytes;
2499 int item_pos;
2502 struct buffer_head *S_new[2];
2508 int snum[2];
2514 int sbytes[2];
2516 int pos_in_item;
2517 int zeroes_num;
2523 struct buffer_head *buf_to_free[MAX_FREE_BLOCK];
2529 char *vn_buf;
2531 int vn_buf_size; /* size of the vn_buf */
2534 struct virtual_node *tb_vn;
2540 int fs_gen;
2547 struct in_core_key key;