Lines Matching refs:FL

808 		brelse(tb->FL[i]);  in free_buffers_in_tb()
815 tb->FL[i] = NULL; in free_buffers_in_tb()
923 (l = tb->FL[h]) == NULL) in get_lfree()
969 if (!tb->FL[h]) in is_left_neighbor_in_cache()
977 !B_IS_IN_TREE(tb->FL[h]) || in is_left_neighbor_in_cache()
979 !buffer_uptodate(tb->FL[h]), in is_left_neighbor_in_cache()
981 father, tb->FL[h]); in is_left_neighbor_in_cache()
987 left_neighbor_position = (father == tb->FL[h]) ? in is_left_neighbor_in_cache()
988 tb->lkey[h] : B_NR_ITEMS(tb->FL[h]); in is_left_neighbor_in_cache()
991 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache()
1189 brelse(tb->FL[h]); in get_parents()
1193 tb->FL[h] = NULL; in get_parents()
1224 brelse(tb->FL[h]); in get_parents()
1225 tb->FL[h] = curf; /* New initialization of FL[h]. */ in get_parents()
1798 0) ? B_NR_ITEMS(tb->FL[h]) : n - 1; in dc_check_balance_internal()
1799 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / in dc_check_balance_internal()
1860 0) ? B_NR_ITEMS(tb->FL[h]) : n - 1; in dc_check_balance_internal()
1861 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE + in dc_check_balance_internal()
1896 RFALSE(!tb->FL[h] && !tb->FR[h], "vs-8235: trying to borrow for root"); in dc_check_balance_internal()
1994 RFALSE(!tb->FL[h], in dc_check_balance_leaf()
2171 RFALSE(bh == tb->FL[h] && in get_neighbors()
2177 tb->FL[h]) ? tb->lkey[h] : B_NR_ITEMS(tb-> in get_neighbors()
2178 FL[h]); in get_neighbors()
2179 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
2191 RFALSE(!B_IS_IN_TREE(tb->FL[h]) || in get_neighbors()
2192 child_position > B_NR_ITEMS(tb->FL[h]) || in get_neighbors()
2193 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2199 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors()
2422 if (!locked && tb->FL[i]) { in wait_tb_buffers_until_unlocked()
2424 tb->FL[i], in wait_tb_buffers_until_unlocked()
2427 (tb->tb_sb, tb->FL[i])) in wait_tb_buffers_until_unlocked()
2428 locked = tb->FL[i]; in wait_tb_buffers_until_unlocked()
2743 tb->FL[i]); in fix_nodes()
2756 brelse(tb->FL[i]); in fix_nodes()
2763 tb->FL[i] = NULL; in fix_nodes()
2792 reiserfs_restore_prepared_buffer(tb->tb_sb, tb->FL[i]); in unfix_nodes()
2799 brelse(tb->FL[i]); in unfix_nodes()