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

/linux-master/fs/reiserfs/
H A Dibalance.c44 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1);
48 dest_bi->bi_position = get_left_neighbor_position(tb, h);
56 src_bi->bi_position = get_left_neighbor_position(tb, h);
61 dest_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1);
71 src_bi->bi_position = get_right_neighbor_position(tb, h);
75 dest_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1);
84 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1);
88 dest_bi->bi_position = get_right_neighbor_position(tb, h);
97 dest_bi->bi_position = get_left_neighbor_position(tb, h);
104 dest_bi->bi_position
[all...]
H A Dlbalance.c396 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position);
646 src_bi->bi_position = PATH_H_B_ITEM_ORDER(tb->tb_path, 0);
650 dest_bi->bi_position = get_left_neighbor_position(tb, 0);
658 src_bi->bi_position = PATH_H_B_ITEM_ORDER(tb->tb_path, 0);
662 dest_bi->bi_position = get_right_neighbor_position(tb, 0);
670 src_bi->bi_position = get_right_neighbor_position(tb, 0);
674 dest_bi->bi_position = get_left_neighbor_position(tb, 0);
682 src_bi->bi_position = get_left_neighbor_position(tb, 0);
686 dest_bi->bi_position = get_right_neighbor_position(tb, 0);
694 src_bi->bi_position
[all...]
H A Ddo_balan.c25 bi->bi_position = get_left_neighbor_position(tb, 0);
34 bi->bi_position = get_right_neighbor_position(tb, 0);
43 bi->bi_position = PATH_H_POSITION(tb->tb_path, 1);
53 bi->bi_position = 0;
1479 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */
H A Dreiserfs.h2592 int bi_position; member in struct:buffer_info

Completed in 275 milliseconds