Searched refs:FR (Results 1 – 6 of 6) sorted by relevance
/fs/reiserfs/ |
D | fix_node.c | 807 brelse(tb->FR[i]); in free_buffers_in_tb() 814 tb->FR[i] = NULL; in free_buffers_in_tb() 944 (r = tb->FR[h]) == NULL) in get_rfree() 1189 brelse(tb->FR[h]); in get_parents() 1193 tb->FR[h] = NULL; in get_parents() 1254 brelse(tb->FR[h]); in get_parents() 1256 tb->FR[h] = curf; in get_parents() 1812 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / in dc_check_balance_internal() 1848 || tb->rnum[h] < vn->vn_nr_item + 1 || !tb->FR[h]) { in dc_check_balance_internal() 1872 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE + in dc_check_balance_internal() [all …]
|
D | do_balan.c | 33 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() 245 RFALSE(tb->FR[0] && B_LEVEL(tb->FR[0]) != DISK_LEAF_NODE_LEVEL + 1, in balance_leaf_when_delete() 246 "vs- 12000: level: wrong FR %z", tb->FR[0]); in balance_leaf_when_delete() 1597 RFALSE(PATH_H_PPARENT(tb->tb_path, h) == NULL || tb->FR[h] == NULL, in get_right_neighbor_position() 1599 h, PATH_H_PPARENT(tb->tb_path, h), h, tb->FR[h]); in get_right_neighbor_position() 1671 retval |= locked_or_not_in_tree(tb, tb->FR[0], "FR[0]"); in check_before_balancing() 1698 (tb->FR[0], get_right_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
|
D | ibalance.c | 70 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()
|
D | prints.c | 681 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
|
D | lbalance.c | 661 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()
|
D | reiserfs.h | 2423 struct buffer_head *FR[MAX_HEIGHT]; member
|