Home
last modified time | relevance | path

Searched refs:ksys_pread64 (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/arch/sh/kernel/
A Dsys_sh32.c42 return ksys_pread64(fd, buf, count, pos); in sys_pread_wrapper()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsys_ppc32.c75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/mips/kernel/
A Dlinux32.c79 return ksys_pread64(fd, buf, count, merge_64(a4, a5));
/linux-6.3-rc2/arch/arm64/kernel/
A Dsys32.c78 return ksys_pread64(fd, buf, count, arg_u64(pos)); in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/arch/x86/kernel/
A Dsys_ia32.c71 return ksys_pread64(fd, ubuf, count, in SYSCALL_DEFINE5()
/linux-6.3-rc2/arch/sparc/kernel/
A Dsys_sparc32.c193 return ksys_pread64(fd, ubuf, count, ((u64)poshi << 32) | poslo); in COMPAT_SYSCALL_DEFINE5()
/linux-6.3-rc2/arch/s390/kernel/
A Dcompat_linux.c85 return ksys_pread64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
/linux-6.3-rc2/arch/parisc/kernel/
A Dsys_parisc.c344 return ksys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64()
/linux-6.3-rc2/fs/
A Dread_write.c652 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64() function
675 return ksys_pread64(fd, buf, count, pos); in SYSCALL_DEFINE4()
682 return ksys_pread64(fd, buf, count, compat_arg_u64_glue(pos)); in COMPAT_SYSCALL_DEFINE5()
/linux-6.3-rc2/include/linux/
A Dsyscalls.h1297 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count,

Completed in 18 milliseconds