Searched refs:ksys_pwrite64 (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/sh/kernel/ |
| A D | sys_sh32.c | 48 return ksys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
|
| /linux/arch/powerpc/kernel/ |
| A D | sys_ppc32.c | 80 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in compat_sys_pwrite64()
|
| /linux/arch/mips/kernel/ |
| A D | linux32.c | 85 return ksys_pwrite64(fd, buf, count, merge_64(a4, a5));
|
| /linux/arch/arm64/kernel/ |
| A D | sys32.c | 85 return ksys_pwrite64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
|
| /linux/arch/x86/kernel/ |
| A D | sys_ia32.c | 78 return ksys_pwrite64(fd, ubuf, count, in SYSCALL_DEFINE5()
|
| /linux/arch/sparc/kernel/ |
| A D | sys_sparc32.c | 199 return ksys_pwrite64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
|
| /linux/arch/s390/kernel/ |
| A D | compat_linux.c | 93 return ksys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
|
| /linux/arch/parisc/kernel/ |
| A D | sys_parisc.c | 350 return ksys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
|
| /linux/fs/ |
| A D | read_write.c | 684 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf, in ksys_pwrite64() function 707 return ksys_pwrite64(fd, buf, count, pos); in SYSCALL_DEFINE4()
|
| /linux/include/linux/ |
| A D | syscalls.h | 1298 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf,
|
| /linux/ |
| A D | System.map | 8487 ffff800010247d20 T ksys_pwrite64
|
| A D | .tmp_System.map | 8487 ffff800010247d20 T ksys_pwrite64
|
Completed in 342 milliseconds