Home
last modified time | relevance | path

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

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