offhigh           277 arch/s390/kernel/compat_linux.c COMPAT_SYSCALL_DEFINE6(s390_sync_file_range, int, fd, u32, offhigh, u32, offlow,
offhigh           280 arch/s390/kernel/compat_linux.c 	return ksys_sync_file_range(fd, ((loff_t)offhigh << 32) + offlow,
offhigh           284 arch/s390/kernel/compat_linux.c COMPAT_SYSCALL_DEFINE6(s390_fallocate, int, fd, int, mode, u32, offhigh, u32, offlow,
offhigh           287 arch/s390/kernel/compat_linux.c 	return ksys_fallocate(fd, mode, ((loff_t)offhigh << 32) + offlow,
offhigh           125 arch/s390/kernel/compat_linux.h long compat_sys_s390_sync_file_range(int fd, u32 offhigh, u32 offlow, u32 nhigh, u32 nlow, unsigned int flags);
offhigh           126 arch/s390/kernel/compat_linux.h long compat_sys_s390_fallocate(int fd, int mode, u32 offhigh, u32 offlow, u32 lenhigh, u32 lenlow);