Searched refs:ksys_pread64 (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | sys_ppc32.c | 75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
|
/linux/arch/mips/kernel/ |
H A D | linux32.c | 80 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
|
/linux/arch/arm64/kernel/ |
H A D | sys32.c | 73 return ksys_pread64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
|
/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 71 return ksys_pread64(fd, ubuf, count, in SYSCALL_DEFINE5()
|
/linux/arch/s390/kernel/ |
H A D | compat_linux.c | 85 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
|
/linux/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 193 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
|
/linux/arch/parisc/kernel/ |
H A D | sys_parisc.c | 254 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64()
|
/linux/fs/ |
H A D | read_write.c | 751 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64() function 774 return ksys_pread64(fd, buf, count, pos); in SYSCALL_DEFINE4() 781 return ksys_pread64(fd, buf, count, compat_arg_u64_glue(pos)); in COMPAT_SYSCALL_DEFINE5()
|
/linux/include/linux/ |
H A D | syscalls.h | 1213 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,
|