Lines Matching refs:tb
1254 #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen) argument
1428 struct tree_balance *tb; member
1979 void store_print_tb(struct tree_balance *tb);
1998 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
2000 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
2001 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
2020 void do_balance_mark_leaf_dirty(struct tree_balance *tb,
2025 void do_balance(struct tree_balance *tb, struct item_head *ih,
2027 void reiserfs_invalidate_buffer(struct tree_balance *tb,
2030 int get_left_neighbor_position(struct tree_balance *tb, int h);
2031 int get_right_neighbor_position(struct tree_balance *tb, int h);
2032 void replace_key(struct tree_balance *tb, struct buffer_head *, int,
2082 static __inline__ int reiserfs_new_form_blocknrs(struct tree_balance *tb, in reiserfs_new_form_blocknrs() argument
2087 .th = tb->transaction_handle, in reiserfs_new_form_blocknrs()
2088 .path = tb->tb_path, in reiserfs_new_form_blocknrs()
2090 .key = tb->key, in reiserfs_new_form_blocknrs()