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