shift_bytes      1647 fs/binfmt_elf.c 		unsigned shift_bytes = n * 3 * sizeof(data[0]);
shift_bytes      1648 fs/binfmt_elf.c 		memmove(name_base - shift_bytes, name_base,
shift_bytes      1650 fs/binfmt_elf.c 		name_curpos -= shift_bytes;
shift_bytes       741 fs/reiserfs/lbalance.c int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes)
shift_bytes       750 fs/reiserfs/lbalance.c 	i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL);
shift_bytes       756 fs/reiserfs/lbalance.c 			RFALSE(shift_bytes != -1,
shift_bytes       758 fs/reiserfs/lbalance.c 			       shift_bytes);
shift_bytes       776 fs/reiserfs/lbalance.c 			RFALSE((shift_bytes != -1 &&
shift_bytes       794 fs/reiserfs/lbalance.c int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes)
shift_bytes       803 fs/reiserfs/lbalance.c 	    leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL);
shift_bytes      3222 fs/reiserfs/reiserfs.h int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
shift_bytes      3223 fs/reiserfs/reiserfs.h int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);