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

/linux-master/arch/arm64/kernel/
H A Dsys32.c103 return ksys_readahead(fd, arg_u64(offset), count);
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c90 return ksys_readahead(fd, merge_64(offset1, offset2), count);
/linux-master/arch/mips/kernel/
H A Dlinux32.c106 return ksys_readahead(fd, merge_64(a2, a3), count);
/linux-master/mm/
H A Dreadahead.c714 ssize_t ksys_readahead(int fd, loff_t offset, size_t count) function
743 return ksys_readahead(fd, offset, count);
749 return ksys_readahead(fd, compat_arg_u64_glue(offset), count);
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c98 return ksys_readahead(fd, (unsigned long)high << 32 | low, count);
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c205 return ksys_readahead(fd, ((u64)offhi << 32) | offlo, count);
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c100 return ksys_readahead(fd, ((u64)off_hi << 32) | off_lo, count);
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c265 return ksys_readahead(fd, (loff_t)high << 32 | low, count);
/linux-master/include/linux/
H A Dsyscalls.h1221 ssize_t ksys_readahead(int fd, loff_t offset, size_t count);

Completed in 244 milliseconds