Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dfadvise.c191 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() function
207 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
214 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
224 return ksys_fadvise64_64(fd, compat_arg_u64_glue(offset), in COMPAT_SYSCALL_DEFINE6()
/linux-6.6.21/arch/sh/kernel/
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-6.6.21/arch/arm/kernel/
Dsys_arm.c36 return ksys_fadvise64_64(fd, offset, len, advice); in sys_arm_fadvise64_64()
/linux-6.6.21/arch/csky/kernel/
Dsyscall.c42 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
/linux-6.6.21/arch/x86/kernel/
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-6.6.21/arch/xtensa/kernel/
Dsyscall.c53 return ksys_fadvise64_64(fd, offset, len, advice); in xtensa_fadvise64_64()
/linux-6.6.21/arch/sparc/kernel/
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-6.6.21/arch/s390/kernel/
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-6.6.21/arch/powerpc/kernel/
Dsys_ppc32.c111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in PPC32_SYSCALL_DEFINE6()
Dsyscalls.c107 return ksys_fadvise64_64(fd, merge_64(offset_high, offset_low), in SYSCALL_DEFINE6()
/linux-6.6.21/arch/mips/kernel/
Dlinux32.c123 return ksys_fadvise64_64(fd, in sys32_fadvise64_64()
/linux-6.6.21/arch/arm64/kernel/
Dsys32.c109 return ksys_fadvise64_64(fd, arg_u64(offset), arg_u64(len), advice); in COMPAT_SYSCALL_DEFINE6()
/linux-6.6.21/arch/parisc/kernel/
Dsys_parisc.c272 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/linux-6.6.21/include/linux/
Dsyscalls.h1187 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
1189 static inline int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, in ksys_fadvise64_64() function