Searched refs:FL (Results 1 – 6 of 6) sorted by relevance
/fs/reiserfs/ |
D | fix_node.c | 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() [all …]
|
D | ibalance.c | 47 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 55 src_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 96 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 873 bi.bi_parent = tb->FL[h]; in balance_internal() 894 bi.bi_parent = tb->FL[h]; in balance_internal()
|
D | do_balan.c | 24 bi->bi_parent = tb->FL[0]; in buffer_info_init_left() 1583 RFALSE(PATH_H_PPARENT(tb->tb_path, h) == NULL || tb->FL[h] == NULL, in get_left_neighbor_position() 1585 h, tb->FL[h], h, PATH_H_PPARENT(tb->tb_path, h)); in get_left_neighbor_position() 1588 return B_NR_ITEMS(tb->FL[h]); in get_left_neighbor_position() 1665 retval |= locked_or_not_in_tree(tb, tb->FL[0], "FL[0]"); in check_before_balancing() 1688 (tb->FL[0], get_left_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
|
D | prints.c | 679 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
|
D | lbalance.c | 649 dest_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos() 673 dest_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos() 681 src_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos()
|
D | reiserfs.h | 2417 struct buffer_head *FL[MAX_HEIGHT]; member
|