Home
last modified time | relevance | path

Searched refs:ksys_fadvise64_64 (Results 1 – 13 of 13) sorted by relevance

/linux/mm/
H A Dfadvise.c191 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() function
203 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
210 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
220 return ksys_fadvise64_64(fd, compat_arg_u64_glue(offset), in COMPAT_SYSCALL_DEFINE6()
/linux/arch/arm/kernel/
H A Dsys_arm.c36 return ksys_fadvise64_64(fd, offset, len, advice); in sys_arm_fadvise64_64()
/linux/arch/hexagon/kernel/
H A Dsyscalltab.c22 return ksys_fadvise64_64(fd, SC_VAL64(loff_t, offset), SC_VAL64(loff_t, len), advice); in SYSCALL_DEFINE6()
/linux/arch/x86/kernel/
H A Dsys_ia32.c91 return ksys_fadvise64_64(fd, in SYSCALL_DEFINE6()
115 return ksys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE5()
/linux/arch/s390/kernel/
H A Dcompat_linux.c253 return ksys_fadvise64_64(fd, (unsigned long)high << 32 | low, len, in COMPAT_SYSCALL_DEFINE5()
274 return ksys_fadvise64_64(a.fd, a.offset, a.len, a.advice); in COMPAT_SYSCALL_DEFINE1()
/linux/arch/sparc/kernel/
H A Dsys_sparc32.c211 return ksys_fadvise64_64(fd, ((u64)offhi << 32) | offlo, len, advice); in COMPAT_SYSCALL_DEFINE5()
217 return ksys_fadvise64_64(fd, in COMPAT_SYSCALL_DEFINE6()
/linux/arch/xtensa/kernel/
H A Dsyscall.c53 return ksys_fadvise64_64(fd, offset, len, advice); in xtensa_fadvise64_64()
/linux/arch/powerpc/kernel/
H A Dsyscalls.c107 return ksys_fadvise64_64(fd, merge_64(offset_high, offset_low), in SYSCALL_DEFINE6()
H A Dsys_ppc32.c111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in PPC32_SYSCALL_DEFINE6()
/linux/arch/mips/kernel/
H A Dlinux32.c124 return ksys_fadvise64_64(fd, in sys32_fadvise64_64()
/linux/arch/arm64/kernel/
H A Dsys32.c104 return ksys_fadvise64_64(fd, arg_u64(offset), arg_u64(len), advice); in COMPAT_SYSCALL_DEFINE6()
/linux/arch/parisc/kernel/
H A Dsys_parisc.c273 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/linux/include/linux/
H A Dsyscalls.h1232 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
1234 static inline int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, in ksys_fadvise64_64() function