Lines Matching refs:FL

806 		brelse(tb->FL[i]);  in free_buffers_in_tb()
813 tb->FL[i] = NULL; in free_buffers_in_tb()
921 (l = tb->FL[h]) == NULL) in get_lfree()
967 if (!tb->FL[h]) in is_left_neighbor_in_cache()
975 !B_IS_IN_TREE(tb->FL[h]) || in is_left_neighbor_in_cache()
977 !buffer_uptodate(tb->FL[h]), in is_left_neighbor_in_cache()
979 father, tb->FL[h]); in is_left_neighbor_in_cache()
985 left_neighbor_position = (father == tb->FL[h]) ? in is_left_neighbor_in_cache()
986 tb->lkey[h] : B_NR_ITEMS(tb->FL[h]); in is_left_neighbor_in_cache()
989 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache()
1187 brelse(tb->FL[h]); in get_parents()
1191 tb->FL[h] = NULL; in get_parents()
1222 brelse(tb->FL[h]); in get_parents()
1223 tb->FL[h] = curf; /* New initialization of FL[h]. */ in get_parents()
1794 0) ? B_NR_ITEMS(tb->FL[h]) : n - 1; in dc_check_balance_internal()
1795 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / in dc_check_balance_internal()
1856 0) ? B_NR_ITEMS(tb->FL[h]) : n - 1; in dc_check_balance_internal()
1857 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE + in dc_check_balance_internal()
1892 RFALSE(!tb->FL[h] && !tb->FR[h], "vs-8235: trying to borrow for root"); in dc_check_balance_internal()
1990 RFALSE(!tb->FL[h], in dc_check_balance_leaf()
2167 RFALSE(bh == tb->FL[h] && in get_neighbors()
2173 tb->FL[h]) ? tb->lkey[h] : B_NR_ITEMS(tb-> in get_neighbors()
2174 FL[h]); in get_neighbors()
2175 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
2187 RFALSE(!B_IS_IN_TREE(tb->FL[h]) || in get_neighbors()
2188 child_position > B_NR_ITEMS(tb->FL[h]) || in get_neighbors()
2189 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2195 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors()
2418 if (!locked && tb->FL[i]) { in wait_tb_buffers_until_unlocked()
2420 tb->FL[i], in wait_tb_buffers_until_unlocked()
2423 (tb->tb_sb, tb->FL[i])) in wait_tb_buffers_until_unlocked()
2424 locked = tb->FL[i]; in wait_tb_buffers_until_unlocked()
2739 tb->FL[i]); in fix_nodes()
2752 brelse(tb->FL[i]); in fix_nodes()
2759 tb->FL[i] = NULL; in fix_nodes()
2788 reiserfs_restore_prepared_buffer(tb->tb_sb, tb->FL[i]); in unfix_nodes()
2795 brelse(tb->FL[i]); in unfix_nodes()