Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/os-Linux/
Duser_syms.c97 EXPORT_SYMBOL_PROTO(pwrite64);
/Linux-v4.19/arch/sparc/kernel/
Dsys_sparc32.c197 COMPAT_SYSCALL_DEFINE5(pwrite64, unsigned int, fd, char __user *, ubuf, in COMPAT_SYSCALL_DEFINE5() argument
/Linux-v4.19/fs/hostfs/
Dhostfs_user.c139 n = pwrite64(fd, buf, len, *offset); in write_file()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h188 COMPAT_SYS_SPU(pwrite64)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S187 ENTRY_OURS(pwrite64)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl29 18 common pwrite64 __x64_sys_pwrite64
Dsyscall_32.tbl195 181 i386 pwrite64 sys_pwrite64 __ia32_compat_sys_x86_pwrite
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl29 18 common pwrite64 __x64_sys_pwrite64
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl197 181 common pwrite64 sys_pwrite64 sys_oabi_pwrite64
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl172 181 common pwrite64 sys_pwrite64 compat_sys_s390_pwrite64
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl172 181 common pwrite64 sys_pwrite64 compat_sys_s390_pwrite64
/Linux-v4.19/fs/
Dread_write.c659 SYSCALL_DEFINE4(pwrite64, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE4() argument