Home
last modified time | relevance | path

Searched refs:bi_position (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/reiserfs/ !
Dibalance.c39 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos()
43 dest_bi->bi_position = get_left_neighbor_position(tb, h); in internal_define_dest_src_infos()
51 src_bi->bi_position = get_left_neighbor_position(tb, h); in internal_define_dest_src_infos()
55 …dest_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); /* dest position is analog of dest->b_… in internal_define_dest_src_infos()
64 src_bi->bi_position = get_right_neighbor_position(tb, h); in internal_define_dest_src_infos()
68 dest_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos()
77 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos()
81 dest_bi->bi_position = get_right_neighbor_position(tb, h); in internal_define_dest_src_infos()
90 dest_bi->bi_position = get_left_neighbor_position(tb, h); in internal_define_dest_src_infos()
97 dest_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos()
[all …]
Dlbalance.c365 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position); in leaf_copy_items_entirely()
571 src_bi->bi_position = PATH_H_B_ITEM_ORDER(tb->tb_path, 0); /* src->b_item_order */ in leaf_define_dest_src_infos()
575 dest_bi->bi_position = get_left_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
583 src_bi->bi_position = PATH_H_B_ITEM_ORDER(tb->tb_path, 0); in leaf_define_dest_src_infos()
587 dest_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
595 src_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
599 dest_bi->bi_position = get_left_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
607 src_bi->bi_position = get_left_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
611 dest_bi->bi_position = get_right_neighbor_position(tb, 0); in leaf_define_dest_src_infos()
619 src_bi->bi_position = PATH_H_B_ITEM_ORDER(tb->tb_path, 0); in leaf_define_dest_src_infos()
[all …]
Ddo_balan.c30 bi->bi_position = get_left_neighbor_position(tb, 0); in buffer_info_init_left()
39 bi->bi_position = get_right_neighbor_position(tb, 0); in buffer_info_init_right()
48 bi->bi_position = PATH_H_POSITION(tb->tb_path, 1); in buffer_info_init_tbS0()
58 bi->bi_position = 0; in buffer_info_init_bh()
1661 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */ in make_empty_node()
Dreiserfs.h2158 int bi_position; member