Home
last modified time | relevance | path

Searched refs:ksys_sync_file_range (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/
H A Dsync.c355 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range() function
373 return ksys_sync_file_range(fd, offset, nbytes, flags); in SYSCALL_DEFINE4()
380 return ksys_sync_file_range(fd, compat_arg_u64_glue(offset), in COMPAT_SYSCALL_DEFINE6()
390 return ksys_sync_file_range(fd, offset, nbytes, flags); in SYSCALL_DEFINE4()
/openbmc/linux/arch/powerpc/kernel/
H A Dsys_ppc32.c123 return ksys_sync_file_range(fd, offset, nbytes, flags); in PPC32_SYSCALL_DEFINE6()
/openbmc/linux/arch/mips/kernel/
H A Dlinux32.c113 return ksys_sync_file_range(fd, in sys32_sync_file_range()
/openbmc/linux/arch/arm64/kernel/
H A Dsys32.c115 return ksys_sync_file_range(fd, arg_u64(offset), arg_u64(nbytes), in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c107 return ksys_sync_file_range(fd, in SYSCALL_DEFINE6()
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.c280 return ksys_sync_file_range(fd, ((loff_t)offhigh << 32) + offlow, in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc32.c226 return ksys_sync_file_range(fd, in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c280 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()
/openbmc/linux/include/linux/
H A Dsyscalls.h1179 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes,