ksys_pread64 78 arch/arm64/kernel/sys32.c return ksys_pread64(fd, buf, count, arg_u64(pos)); ksys_pread64 79 arch/mips/kernel/linux32.c return ksys_pread64(fd, buf, count, merge_64(a4, a5)); ksys_pread64 324 arch/parisc/kernel/sys_parisc.c return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); ksys_pread64 67 arch/powerpc/kernel/sys_ppc32.c return ksys_pread64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); ksys_pread64 85 arch/s390/kernel/compat_linux.c return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); ksys_pread64 42 arch/sh/kernel/sys_sh32.c return ksys_pread64(fd, buf, count, pos); ksys_pread64 194 arch/sparc/kernel/sys_sparc32.c return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); ksys_pread64 177 arch/x86/ia32/sys_ia32.c return ksys_pread64(fd, ubuf, count, ksys_pread64 649 fs/read_write.c return ksys_pread64(fd, buf, count, pos); ksys_pread64 1253 include/linux/syscalls.h ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,