Home
last modified time | relevance | path

Searched refs:offlow (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.c277 COMPAT_SYSCALL_DEFINE6(s390_sync_file_range, int, fd, u32, offhigh, u32, offlow, in COMPAT_SYSCALL_DEFINE6() argument
280 return ksys_sync_file_range(fd, ((loff_t)offhigh << 32) + offlow, in COMPAT_SYSCALL_DEFINE6()
284 COMPAT_SYSCALL_DEFINE6(s390_fallocate, int, fd, int, mode, u32, offhigh, u32, offlow, in COMPAT_SYSCALL_DEFINE6() argument
287 return ksys_fallocate(fd, mode, ((loff_t)offhigh << 32) + offlow, in COMPAT_SYSCALL_DEFINE6()
H A Dcompat_linux.h96 long compat_sys_s390_sync_file_range(int fd, u32 offhigh, u32 offlow, u32 nhigh, u32 nlow, unsigned…
97 long compat_sys_s390_fallocate(int fd, int mode, u32 offhigh, u32 offlow, u32 lenhigh, u32 lenlow);