Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dsys_ppc32.c85 return ksys_readahead(fd, merge_64(offset1, offset2), count); in compat_sys_readahead()
/linux/arch/mips/kernel/
A Dlinux32.c105 return ksys_readahead(fd, merge_64(a2, a3), count); in sys32_readahead()
/linux/arch/arm64/kernel/
A Dsys32.c103 return ksys_readahead(fd, arg_u64(offset), count); in COMPAT_SYSCALL_DEFINE5()
/linux/mm/
A Dreadahead.c612 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()
/linux/arch/x86/kernel/
A Dsys_ia32.c100 return ksys_readahead(fd, ((u64)off_hi << 32) | off_lo, count); in SYSCALL_DEFINE4()
/linux/arch/sparc/kernel/
A Dsys_sparc32.c205 return ksys_readahead(fd, ((u64)offhi << 32) | offlo, count); in COMPAT_SYSCALL_DEFINE4()
/linux/arch/s390/kernel/
A Dcompat_linux.c98 return ksys_readahead(fd, (unsigned long)high << 32 | low, count); in COMPAT_SYSCALL_DEFINE4()
/linux/arch/parisc/kernel/
A Dsys_parisc.c356 return ksys_readahead(fd, (loff_t)high << 32 | low, count); in parisc_readahead()
/linux/include/linux/
A Dsyscalls.h1313 ssize_t ksys_readahead(int fd, loff_t offset, size_t count);
/linux/
A DSystem.map6497 ffff80001019b6b0 T ksys_readahead
A D.tmp_System.map6497 ffff80001019b6b0 T ksys_readahead

Completed in 1038 milliseconds