Searched refs:get_right_neighbor_position (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/reiserfs/ |
D | ibalance.c | 71 src_bi->bi_position = get_right_neighbor_position(tb, h); in internal_define_dest_src_infos() 88 dest_bi->bi_position = get_right_neighbor_position(tb, h); in internal_define_dest_src_infos() 111 dest_bi->bi_position = get_right_neighbor_position(tb, h); in internal_define_dest_src_infos() 943 bi.bi_position = get_right_neighbor_position(tb, h); in balance_internal() 961 bi.bi_position = get_right_neighbor_position(tb, h); in balance_internal()
|
D | lbalance.c | 662 dest_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos() 670 src_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos() 686 dest_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
|
D | do_balan.c | 34 bi->bi_position = get_right_neighbor_position(tb, 0); in buffer_info_init_right() 1593 int get_right_neighbor_position(struct tree_balance *tb, int h) in get_right_neighbor_position() function 1698 (tb->FR[0], get_right_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
|
D | reiserfs.h | 3253 int get_right_neighbor_position(struct tree_balance *tb, int h);
|