Lines Matching refs:tb
1977 #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen) argument
2155 struct tree_balance *tb; member
2161 static inline struct super_block *sb_from_tb(struct tree_balance *tb) in sb_from_tb() argument
2163 return tb ? tb->tb_sb : NULL; in sb_from_tb()
2168 return bi ? sb_from_tb(bi->tb) : NULL; in sb_from_bi()
2722 int fix_nodes(int n_op_mode, struct tree_balance *tb,
2739 void store_print_tb(struct tree_balance *tb);
2758 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
2760 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
2761 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
2780 void do_balance_mark_leaf_dirty(struct tree_balance *tb,
2785 void do_balance(struct tree_balance *tb, struct item_head *ih,
2787 void reiserfs_invalidate_buffer(struct tree_balance *tb,
2790 int get_left_neighbor_position(struct tree_balance *tb, int h);
2791 int get_right_neighbor_position(struct tree_balance *tb, int h);
2792 void replace_key(struct tree_balance *tb, struct buffer_head *, int,
2842 static inline int reiserfs_new_form_blocknrs(struct tree_balance *tb, in reiserfs_new_form_blocknrs() argument
2847 .th = tb->transaction_handle, in reiserfs_new_form_blocknrs()
2848 .path = tb->tb_path, in reiserfs_new_form_blocknrs()
2850 .key = tb->key, in reiserfs_new_form_blocknrs()