Home
last modified time | relevance | path

Searched refs:ksys_readahead (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dreadahead.c721 ssize_t ksys_readahead(int fd, loff_t offset, size_t count) in ksys_readahead() function
750 return ksys_readahead(fd, offset, count); in SYSCALL_DEFINE3()
756 return ksys_readahead(fd, compat_arg_u64_glue(offset), count); in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsys32.c103 return ksys_readahead(fd, arg_u64(offset), count); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsys32.c103 return ksys_readahead(fd, arg_u64(offset), count); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dlinux32.c105 return ksys_readahead(fd, merge_64(a2, a3), count); in sys32_readahead()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsys_ppc32.c78 return ksys_readahead(fd, ((loff_t)offhi << 32) | offlo, count); in compat_sys_readahead()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dlinux32.c105 return ksys_readahead(fd, merge_64(a2, a3), count); in sys32_readahead()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsys_ppc32.c90 return ksys_readahead(fd, merge_64(offset1, offset2), count); in PPC32_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/mm/
H A Dreadahead.c611 ssize_t ksys_readahead(int fd, loff_t offset, size_t count) in ksys_readahead() function
640 return ksys_readahead(fd, offset, count); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcompat_linux.c98 return ksys_readahead(fd, (unsigned long)high << 32 | low, count); in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c100 return ksys_readahead(fd, ((u64)off_hi << 32) | off_lo, count); in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc32.c205 return ksys_readahead(fd, ((u64)offhi << 32) | offlo, count); in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsys_parisc.c265 return ksys_readahead(fd, (loff_t)high << 32 | low, count); in parisc_readahead()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcompat_linux.c98 return ksys_readahead(fd, (unsigned long)high << 32 | low, count); in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc32.c205 return ksys_readahead(fd, ((u64)offhi << 32) | offlo, count); in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c100 return ksys_readahead(fd, ((u64)off_hi << 32) | off_lo, count); in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsys_parisc.c337 return ksys_readahead(fd, (loff_t)high << 32 | low, count); in parisc_readahead()
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1290 ssize_t ksys_readahead(int fd, loff_t offset, size_t count);
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h1198 ssize_t ksys_readahead(int fd, loff_t offset, size_t count);

Completed in 12 milliseconds