Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sh/kernel/
Dsys_sh32.c42 return ksys_pread64(fd, buf, count, pos); in sys_pread_wrapper()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsys_ppc32.c67 return ksys_pread64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pread64()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dlinux32.c79 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsys32.c78 return ksys_pread64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsys_ia32.c71 return ksys_pread64(fd, ubuf, count, in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dsys_sparc32.c193 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dcompat_linux.c85 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dsys_parisc.c325 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64()
/kernel/linux/linux-5.10/fs/
Dread_write.c668 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64() function
691 return ksys_pread64(fd, buf, count, pos); in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/include/linux/
Dsyscalls.h1272 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,