Searched refs:shift_num (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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) in leaf_shift_left() argument 747 * move shift_num (and shift_bytes bytes) items from S[0] in leaf_shift_left() 750 i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL); in leaf_shift_left() 752 if (shift_num) { in leaf_shift_left() 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) in leaf_shift_right() argument 799 * move shift_num (and shift_bytes) items from S[0] to in leaf_shift_right() 803 leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL); in leaf_shift_right() 806 if (shift_num) { in leaf_shift_right() [all...] |
H A D | reiserfs.h | 3222 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes); 3223 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
|
/kernel/linux/linux-6.6/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) in leaf_shift_left() argument 747 * move shift_num (and shift_bytes bytes) items from S[0] in leaf_shift_left() 750 i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL); in leaf_shift_left() 752 if (shift_num) { in leaf_shift_left() 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) in leaf_shift_right() argument 799 * move shift_num (and shift_bytes) items from S[0] to in leaf_shift_right() 803 leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL); in leaf_shift_right() 806 if (shift_num) { in leaf_shift_right() [all...] |
H A D | reiserfs.h | 3222 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes); 3223 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
|
Completed in 17 milliseconds