Home
last modified time | relevance | path

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

/linux/mm/
A Dfadvise.c192 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() function
208 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
215 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
/linux/arch/sh/kernel/
A Dsys_sh32.c55 return ksys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, in sys_fadvise64_64_wrapper()
58 return ksys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, in sys_fadvise64_64_wrapper()
/linux/arch/arm/kernel/
A Dsys_arm.c35 return ksys_fadvise64_64(fd, offset, len, advice); in sys_arm_fadvise64_64()
/linux/arch/csky/kernel/
A Dsyscall.c42 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
/linux/arch/x86/kernel/
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/sparc/kernel/
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/s390/kernel/
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/xtensa/kernel/
A Dsyscall.c53 return ksys_fadvise64_64(fd, offset, len, advice); in xtensa_fadvise64_64()
/linux/arch/powerpc/kernel/
A Dsyscalls.c102 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
A Dsys_ppc32.c110 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in ppc32_fadvise64()
/linux/arch/mips/kernel/
A Dlinux32.c123 return ksys_fadvise64_64(fd, in sys32_fadvise64_64()
/linux/arch/arm64/kernel/
A Dsys32.c109 return ksys_fadvise64_64(fd, arg_u64(offset), arg_u64(len), advice); in COMPAT_SYSCALL_DEFINE6()
/linux/arch/parisc/kernel/
A Dsys_parisc.c363 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/linux/include/linux/
A Dsyscalls.h1302 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
1304 static inline int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, in ksys_fadvise64_64() function
/linux/
A DSystem.map6404 ffff800010195930 T ksys_fadvise64_64
A D.tmp_System.map6404 ffff800010195930 T ksys_fadvise64_64

Completed in 308 milliseconds