Searched refs:shift_mode (Results 1 – 3 of 3) sorted by relevance
/fs/reiserfs/ |
D | lbalance.c | 629 static void leaf_define_dest_src_infos(int shift_mode, struct tree_balance *tb, in leaf_define_dest_src_infos() argument 639 switch (shift_mode) { in leaf_define_dest_src_infos() 704 "shift type is unknown (%d)", shift_mode); in leaf_define_dest_src_infos() 708 shift_mode, src_bi->bi_bh, dest_bi->bi_bh); in leaf_define_dest_src_infos() 715 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num, in leaf_move_items() argument 722 leaf_define_dest_src_infos(shift_mode, tb, &dest_bi, &src_bi, in leaf_move_items()
|
D | ibalance.c | 27 static void internal_define_dest_src_infos(int shift_mode, in internal_define_dest_src_infos() argument 37 switch (shift_mode) { in internal_define_dest_src_infos() 117 shift_mode); in internal_define_dest_src_infos()
|
D | reiserfs.h | 3219 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
|