Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dsys_sh32.c42 return ksys_pread64(fd, buf, count, pos); in sys_pread_wrapper()
/Linux-v4.19/arch/powerpc/kernel/
Dsys_ppc32.c71 return ksys_pread64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pread64()
/Linux-v4.19/arch/mips/kernel/
Dlinux32.c79 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
/Linux-v4.19/arch/arm64/kernel/
Dsys32.c89 return ksys_pread64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/Linux-v4.19/arch/x86/ia32/
Dsys_ia32.c177 return ksys_pread64(fd, ubuf, count, in COMPAT_SYSCALL_DEFINE5()
/Linux-v4.19/arch/sparc/kernel/
Dsys_sparc32.c194 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/Linux-v4.19/arch/parisc/kernel/
Dsys_parisc.c337 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64()
/Linux-v4.19/arch/s390/kernel/
Dcompat_linux.c318 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/Linux-v4.19/fs/
Dread_write.c613 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64() function
636 return ksys_pread64(fd, buf, count, pos); in SYSCALL_DEFINE4()
/Linux-v4.19/include/linux/
Dsyscalls.h1148 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,