Searched refs:ksys_pread64 (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | sys_sh32.c | 42 return ksys_pread64(fd, buf, count, pos); in sys_pread_wrapper()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | sys_ppc32.c | 67 return ksys_pread64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pread64()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | linux32.c | 79 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | sys32.c | 78 return ksys_pread64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | sys_ia32.c | 71 return ksys_pread64(fd, ubuf, count, in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | sys_sparc32.c | 193 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | compat_linux.c | 85 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | sys_parisc.c | 325 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64()
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 668 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/ |
D | syscalls.h | 1272 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,
|