Searched refs:get_left_neighbor_position (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | do_balan.c | 322 bi.bi_position = get_left_neighbor_position (tb, 0); in balance_leaf() 350 bi.bi_position = get_left_neighbor_position (tb, 0); in balance_leaf() 382 bi.bi_position = get_left_neighbor_position (tb, 0); in balance_leaf() 432 bi.bi_position = get_left_neighbor_position (tb, 0); in balance_leaf() 515 bi.bi_position = get_left_neighbor_position (tb, 0); in balance_leaf() 1297 int get_left_neighbor_position ( in get_left_neighbor_position() function 1402 … MAX_CHILD_SIZE (tb->L[0]) - dc_size(B_N_CHILD (tb->FL[0], get_left_neighbor_position (tb, 0)))) { in check_after_balance_leaf()
|
D | ibalance.c | 51 dest_bi->bi_position = get_left_neighbor_position (tb, h); in internal_define_dest_src_infos() 59 src_bi->bi_position = get_left_neighbor_position (tb, h); in internal_define_dest_src_infos() 98 dest_bi->bi_position = get_left_neighbor_position (tb, h); in internal_define_dest_src_infos() 815 bi.bi_position = get_left_neighbor_position (tb, h); in balance_internal() 830 bi.bi_position = get_left_neighbor_position (tb, h); in balance_internal()
|
D | lbalance.c | 507 dest_bi->bi_position = get_left_neighbor_position (tb, 0); in leaf_define_dest_src_infos() 531 dest_bi->bi_position = get_left_neighbor_position (tb, 0); in leaf_define_dest_src_infos() 539 src_bi->bi_position = get_left_neighbor_position (tb, 0); in leaf_define_dest_src_infos()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 2062 int get_left_neighbor_position (struct tree_balance * tb, int h);
|