Searched refs:shift_num (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | lbalance.c | 591 int leaf_shift_left (struct tree_balance * tb, int shift_num, int shift_bytes) in leaf_shift_left() argument 597 i = leaf_move_items (LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, 0); in leaf_shift_left() 599 if ( shift_num ) { in leaf_shift_left() 642 int shift_num, in leaf_shift_right() argument 650 ret_value = leaf_move_items (LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, 0); in leaf_shift_right() 653 if (shift_num) { in leaf_shift_right()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 2037 int leaf_shift_left (struct tree_balance * tb, int shift_num, int shift_bytes); 2038 int leaf_shift_right (struct tree_balance * tb, int shift_num, int shift_bytes);
|