Home
last modified time | relevance | path

Searched refs:FR (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dfix_node.c809 brelse(tb->FR[i]); in free_buffers_in_tb()
816 tb->FR[i] = NULL; in free_buffers_in_tb()
946 (r = tb->FR[h]) == NULL) in get_rfree()
1191 brelse(tb->FR[h]); in get_parents()
1195 tb->FR[h] = NULL; in get_parents()
1256 brelse(tb->FR[h]); in get_parents()
1258 tb->FR[h] = curf; in get_parents()
1816 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / in dc_check_balance_internal()
1852 || tb->rnum[h] < vn->vn_nr_item + 1 || !tb->FR[h]) { in dc_check_balance_internal()
1876 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE + in dc_check_balance_internal()
[all …]
Ddo_balan.c33 bi->bi_parent = tb->FR[0]; in buffer_info_init_right()
155 if (tb->FR[0] == PATH_H_PPARENT(tb->tb_path, 0)) { in balance_leaf_when_delete_left()
161 1 < B_NR_ITEMS(tb->FR[0])) in balance_leaf_when_delete_left()
163 tb->lkey[0], tb->FR[0], 1); in balance_leaf_when_delete_left()
247 RFALSE(tb->FR[0] && B_LEVEL(tb->FR[0]) != DISK_LEAF_NODE_LEVEL + 1, in balance_leaf_when_delete()
248 "vs- 12000: level: wrong FR %z", tb->FR[0]); in balance_leaf_when_delete()
1608 RFALSE(PATH_H_PPARENT(tb->tb_path, h) == NULL || tb->FR[h] == NULL, in get_right_neighbor_position()
1610 h, PATH_H_PPARENT(tb->tb_path, h), h, tb->FR[h]); in get_right_neighbor_position()
1682 retval |= locked_or_not_in_tree(tb, tb->FR[0], "FR[0]"); in check_before_balancing()
1709 (tb->FR[0], get_right_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
Dibalance.c70 src_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos()
87 dest_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos()
110 dest_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos()
942 bi.bi_parent = tb->FR[h]; in balance_internal()
960 bi.bi_parent = tb->FR[h]; in balance_internal()
Dprints.c681 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
Dlbalance.c661 dest_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos()
669 src_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos()
685 dest_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos()
Dreiserfs.h2423 struct buffer_head *FR[MAX_HEIGHT]; member