Home
last modified time | relevance | path

Searched refs:ksys_pwrite64 (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsys_sh32.c48 return ksys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsys_sh32.c48 return ksys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsys32.c85 return ksys_pwrite64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsys32.c85 return ksys_pwrite64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dlinux32.c85 return ksys_pwrite64(fd, buf, count, merge_64(a4, a5));
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsys_ppc32.c73 return ksys_pwrite64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pwrite64()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dlinux32.c85 return ksys_pwrite64(fd, buf, count, merge_64(a4, a5));
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsys_ppc32.c83 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcompat_linux.c93 return ksys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c78 return ksys_pwrite64(fd, ubuf, count, in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc32.c199 return ksys_pwrite64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsys_parisc.c259 return ksys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcompat_linux.c93 return ksys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc32.c199 return ksys_pwrite64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c78 return ksys_pwrite64(fd, ubuf, count, in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsys_parisc.c331 return ksys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
/kernel/linux/linux-6.6/fs/
H A Dread_write.c686 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf, in ksys_pwrite64() function
709 return ksys_pwrite64(fd, buf, count, pos); in SYSCALL_DEFINE4()
716 return ksys_pwrite64(fd, buf, count, compat_arg_u64_glue(pos)); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/fs/
H A Dread_write.c694 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/
H A Dsyscalls.h1275 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf,
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h1183 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf,

Completed in 16 milliseconds