Searched refs:ksys_pread64 (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dsys_sh32.c42 return ksys_pread64(fd, buf, count, pos);
/linux-master/arch/arm64/kernel/
H A Dsys32.c78 return ksys_pread64(fd, buf, count, arg_u64(pos));
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2));
/linux-master/arch/mips/kernel/
H A Dlinux32.c80 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c85 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low);
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c193 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo);
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c71 return ksys_pread64(fd, ubuf, count,
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c253 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low);
/linux-master/fs/
H A Dread_write.c658 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, function
681 return ksys_pread64(fd, buf, count, pos);
688 return ksys_pread64(fd, buf, count, compat_arg_u64_glue(pos));
/linux-master/include/linux/
H A Dsyscalls.h1204 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,

Completed in 924 milliseconds