Searched refs:get_right_neighbor_position (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | do_balan.c | 576 bi.bi_position = get_right_neighbor_position (tb, 0); in balance_leaf() 607 bi.bi_position = get_right_neighbor_position (tb, 0); in balance_leaf() 652 bi.bi_position = get_right_neighbor_position (tb, 0); in balance_leaf() 714 bi.bi_position = get_right_neighbor_position (tb, 0); in balance_leaf() 749 bi.bi_position = get_right_neighbor_position (tb, 0); in balance_leaf() 1315 int get_right_neighbor_position (struct tree_balance * tb, int h) in get_right_neighbor_position() function 1409 … MAX_CHILD_SIZE (tb->R[0]) - dc_size(B_N_CHILD (tb->FR[0], get_right_neighbor_position (tb, 0)))) { in check_after_balance_leaf()
|
D | ibalance.c | 72 src_bi->bi_position = get_right_neighbor_position (tb, h); in internal_define_dest_src_infos() 89 dest_bi->bi_position = get_right_neighbor_position (tb, h); in internal_define_dest_src_infos() 112 dest_bi->bi_position = get_right_neighbor_position (tb, h); in internal_define_dest_src_infos() 871 bi.bi_position = get_right_neighbor_position (tb, h); in balance_internal() 887 bi.bi_position = get_right_neighbor_position (tb, h); in balance_internal()
|
D | lbalance.c | 519 dest_bi->bi_position = get_right_neighbor_position (tb, 0); in leaf_define_dest_src_infos() 527 src_bi->bi_position = get_right_neighbor_position (tb, 0); in leaf_define_dest_src_infos() 543 dest_bi->bi_position = get_right_neighbor_position (tb, 0); in leaf_define_dest_src_infos()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 2063 int get_right_neighbor_position (struct tree_balance * tb, int h);
|