Searched refs:ksys_pwrite64 (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | sys_sh32.c | 48 return ksys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | sys_ppc32.c | 73 return ksys_pwrite64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pwrite64()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | linux32.c | 85 return ksys_pwrite64(fd, buf, count, merge_64(a4, a5));
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | sys32.c | 85 return ksys_pwrite64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | sys_ia32.c | 78 return ksys_pwrite64(fd, ubuf, count, in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | compat_linux.c | 93 return ksys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | sys_sparc32.c | 199 return ksys_pwrite64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | sys_parisc.c | 331 return ksys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 694 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf, in ksys_pwrite64() function 717 return ksys_pwrite64(fd, buf, count, pos); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/include/linux/ |
D | syscalls.h | 1274 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf,
|