Home
last modified time | relevance | path

Searched refs:ksys_pwrite64 (Results 1 – 12 of 12) sorted by relevance

/linux/arch/sh/kernel/
A Dsys_sh32.c48 return ksys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
/linux/arch/powerpc/kernel/
A Dsys_ppc32.c80 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in compat_sys_pwrite64()
/linux/arch/mips/kernel/
A Dlinux32.c85 return ksys_pwrite64(fd, buf, count, merge_64(a4, a5));
/linux/arch/arm64/kernel/
A Dsys32.c85 return ksys_pwrite64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/linux/arch/x86/kernel/
A Dsys_ia32.c78 return ksys_pwrite64(fd, ubuf, count, in SYSCALL_DEFINE5()
/linux/arch/sparc/kernel/
A Dsys_sparc32.c199 return ksys_pwrite64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/linux/arch/s390/kernel/
A Dcompat_linux.c93 return ksys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/linux/arch/parisc/kernel/
A Dsys_parisc.c350 return ksys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
/linux/fs/
A Dread_write.c684 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 Dsyscalls.h1298 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf,
/linux/
A DSystem.map8487 ffff800010247d20 T ksys_pwrite64
A D.tmp_System.map8487 ffff800010247d20 T ksys_pwrite64

Completed in 358 milliseconds