Searched refs:shift_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/reiserfs/ |
D | lbalance.c | 741 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_left() argument 750 i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL); in leaf_shift_left() 756 RFALSE(shift_bytes != -1, in leaf_shift_left() 758 shift_bytes); in leaf_shift_left() 776 RFALSE((shift_bytes != -1 && in leaf_shift_left() 794 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_right() argument 803 leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL); in leaf_shift_right()
|
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);
|
/linux-6.6.21/fs/ |
D | binfmt_elf.c | 1715 unsigned shift_bytes = n * 3 * sizeof(data[0]); in fill_files_note() local 1716 memmove(name_base - shift_bytes, name_base, in fill_files_note() 1718 name_curpos -= shift_bytes; in fill_files_note()
|