Lines Matching refs:tree_balance
637 struct tree_balance *cur_tb;
2404 struct tree_balance { struct
2590 struct tree_balance *tb;
2596 static inline struct super_block *sb_from_tb(struct tree_balance *tb) in sb_from_tb()
3182 int fix_nodes(int n_op_mode, struct tree_balance *tb,
3184 void unfix_nodes(struct tree_balance *);
3199 void store_print_tb(struct tree_balance *tb);
3218 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
3220 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
3221 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
3237 int balance_internal(struct tree_balance *, int, int, struct item_head *,
3241 void do_balance_mark_leaf_dirty(struct tree_balance *tb,
3246 void do_balance(struct tree_balance *tb, struct item_head *ih,
3248 void reiserfs_invalidate_buffer(struct tree_balance *tb,
3251 int get_left_neighbor_position(struct tree_balance *tb, int h);
3252 int get_right_neighbor_position(struct tree_balance *tb, int h);
3253 void replace_key(struct tree_balance *tb, struct buffer_head *, int,
3256 struct buffer_head *get_FEB(struct tree_balance *);
3328 static inline int reiserfs_new_form_blocknrs(struct tree_balance *tb, in reiserfs_new_form_blocknrs()