Lines Matching refs:tb
2304 #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen) argument
2590 struct tree_balance *tb; member
2596 static inline struct super_block *sb_from_tb(struct tree_balance *tb) in sb_from_tb() argument
2598 return tb ? tb->tb_sb : NULL; in sb_from_tb()
2603 return bi ? sb_from_tb(bi->tb) : NULL; in sb_from_bi()
3182 int fix_nodes(int n_op_mode, struct tree_balance *tb,
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);
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,
3328 static inline int reiserfs_new_form_blocknrs(struct tree_balance *tb, in reiserfs_new_form_blocknrs() argument
3333 .th = tb->transaction_handle, in reiserfs_new_form_blocknrs()
3334 .path = tb->tb_path, in reiserfs_new_form_blocknrs()
3336 .key = tb->key, in reiserfs_new_form_blocknrs()