Lines Matching refs:FR

739     decrement_bcount(p_s_tb->FR[n_counter]);  in free_buffers_in_tb()
740 p_s_tb->FR[n_counter] = NULL; in free_buffers_in_tb()
877 if ((f = PATH_H_PPARENT (tb->tb_path, h)) == 0 || (r = tb->FR[h]) == 0) in get_rfree()
1083 decrement_bcount(p_s_tb->FR[n_h]); in get_parents()
1085 p_s_tb->FL[n_h] = p_s_tb->CFL[n_h] = p_s_tb->FR[n_h] = p_s_tb->CFR[n_h] = NULL; in get_parents()
1136 decrement_bcount(p_s_tb->FR[n_h]); in get_parents()
1137 p_s_tb->FR[n_h] = p_s_curf; /* New initialization of FR[n_path_offset]. */ in get_parents()
1602 n = dc_size(B_N_CHILD(tb->FR[h],order_R)) / (DC_SIZE + KEY_SIZE); in dc_check_balance_internal()
1627 if (is_left_neighbor_in_cache (tb,h) || tb->rnum[h] < vn->vn_nr_item + 1 || !tb->FR[h]) in dc_check_balance_internal()
1645 n = dc_size(B_N_CHILD(tb->FR[h],order_R)) / (DC_SIZE + KEY_SIZE); in dc_check_balance_internal()
1662 RFALSE( !tb->FL[h] && !tb->FR[h], "vs-8235: trying to borrow for root"); in dc_check_balance_internal()
1665 if (is_left_neighbor_in_cache (tb,h) || !tb->FR[h]) in dc_check_balance_internal()
1751 !tb->FR[h]) { in dc_check_balance_leaf()
1956 RFALSE( p_s_bh == p_s_tb->FR[n_h] && in get_neighbors()
1960 n_child_position = ( p_s_bh == p_s_tb->FR[n_h] ) ? p_s_tb->rkey[n_h] + 1 : 0; in get_neighbors()
1961 n_son_number = B_N_CHILD_NUM(p_s_tb->FR[n_h], n_child_position); in get_neighbors()
1973 …RFALSE( ! n_h && B_FREE_SPACE (p_s_bh) != MAX_CHILD_SIZE (p_s_bh) - dc_size(B_N_CHILD (p_s_tb->FR[… in get_neighbors()
1976 dc_size(B_N_CHILD (p_s_tb->FR[0],n_child_position))); in get_neighbors()
2198 if ( !locked && p_s_tb->FR[i] ) { in wait_tb_buffers_until_unlocked()
2199 tb_buffer_sanity_check (p_s_tb->tb_sb, p_s_tb->FR[i], "FR", i); in wait_tb_buffers_until_unlocked()
2200 clear_all_dirty_bits(p_s_tb->tb_sb, p_s_tb->FR[i]) ; in wait_tb_buffers_until_unlocked()
2201 if ( buffer_locked (p_s_tb->FR[i]) ) in wait_tb_buffers_until_unlocked()
2202 locked = p_s_tb->FR[i]; in wait_tb_buffers_until_unlocked()
2461 reiserfs_restore_prepared_buffer(p_s_tb->tb_sb, p_s_tb->FR[i]); in fix_nodes()
2469 brelse (p_s_tb->FR[i]);p_s_tb->FR[i] = 0; in fix_nodes()
2502 reiserfs_restore_prepared_buffer (tb->tb_sb, tb->FR[i]); in unfix_nodes()
2509 brelse (tb->FR[i]); in unfix_nodes()