Searched defs:shift_num (Results 1 - 1 of 1) sorted by relevance
/fs/reiserfs/ |
H A D | lbalance.c | 738 * Shift shift_num items (and shift_bytes of last shifted item if 741 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes) argument 747 * move shift_num (and shift_bytes bytes) items from S[0] 750 i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL); 752 if (shift_num) { 791 * Shift shift_num (shift_bytes) items from S[0] to the right neighbor, 794 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes) argument 799 * move shift_num (and shift_bytes) items from S[0] to 803 leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL); 806 if (shift_num) { [all...] |
Completed in 5 milliseconds