/linux-4.1.27/arch/metag/kernel/ |
D | sys_metag.c | 145 return sys_pwrite64(fd, buf, count, merge_64(hi, lo)); in sys_pwrite64_metag() 170 #define sys_pwrite64 sys_pwrite64_metag macro
|
/linux-4.1.27/arch/avr32/kernel/ |
D | syscall_table.S | 103 .long sys_pwrite64 301 .long sys_pwrite64 /* 285 */
|
/linux-4.1.27/arch/c6x/kernel/ |
D | sys_c6x.c | 57 #define sys_pwrite64 sys_pwrite_c6x macro
|
/linux-4.1.27/arch/sh/kernel/ |
D | sys_sh32.c | 46 return sys_pwrite64(fd, buf, count, pos); in sys_pwrite_wrapper()
|
D | syscalls_64.S | 204 .long sys_pwrite64
|
/linux-4.1.27/arch/tile/kernel/ |
D | compat.c | 56 return sys_pwrite64(fd, ubuf, count, ((loff_t)high << 32) | low); in COMPAT_SYSCALL_DEFINE6()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | entry32.S | 86 b sys_pwrite64
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | sys_ppc32.c | 86 return sys_pwrite64(fd, ubuf, count, ((loff_t)poshi << 32) | poslo); in compat_sys_pwrite64()
|
/linux-4.1.27/arch/mips/kernel/ |
D | linux32.c | 119 return sys_pwrite64(fd, buf, count, merge_64(a4, a5));
|
D | scall64-64.S | 139 PTR sys_pwrite64
|
D | scall64-n32.S | 128 PTR sys_pwrite64
|
D | scall32-o32.S | 417 PTR sys_pwrite64
|
/linux-4.1.27/arch/m32r/kernel/ |
D | syscall_table.S | 183 .long sys_pwrite64
|
/linux-4.1.27/arch/m68k/kernel/ |
D | syscalltable.S | 204 .long sys_pwrite64
|
/linux-4.1.27/arch/sparc/kernel/ |
D | systbls_32.S | 32 /*65*/ .long sys_msync, sys_vfork, sys_pread64, sys_pwrite64, sys_geteuid
|
D | sys_sparc32.c | 213 return sys_pwrite64(fd, ubuf, count, (poshi << 32) | poslo); in sys32_pwrite64()
|
D | systbls_64.S | 114 .word sys_msync, sys_vfork, sys_pread64, sys_pwrite64, sys_nis_syscall
|
/linux-4.1.27/arch/x86/ia32/ |
D | sys_ia32.c | 186 return sys_pwrite64(fd, ubuf, count, in sys32_pwrite()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | syscall_table.S | 184 .long sys_pwrite64
|
/linux-4.1.27/arch/parisc/kernel/ |
D | sys_parisc.c | 339 return sys_pwrite64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pwrite64()
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 352 b sys_pwrite64
|
D | calls.S | 193 CALL(ABI(sys_pwrite64, sys_oabi_pwrite64))
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_linux.c | 325 return sys_pwrite64(fd, ubuf, count, (unsigned long)high << 32 | low); in COMPAT_SYSCALL_DEFINE5()
|
D | syscalls.S | 192 SYSCALL(sys_pwrite64,compat_sys_s390_pwrite64)
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 74 __SYSCALL( 31, sys_pwrite64, 6)
|
/linux-4.1.27/arch/alpha/kernel/ |
D | systbls.S | 371 .quad sys_pwrite64 /* 350 */
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | entry.S | 611 .long sys_pwrite64
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 27 18 common pwrite64 sys_pwrite64
|
D | syscall_32.tbl | 190 181 i386 pwrite64 sys_pwrite64 sys32_pwrite
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 707 .long sys_pwrite64
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | unistd.h | 211 __SC_COMP(__NR_pwrite64, sys_pwrite64, compat_sys_pwrite64)
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 787 .long sys_pwrite64
|
/linux-4.1.27/include/linux/ |
D | syscalls.h | 574 asmlinkage long sys_pwrite64(unsigned int fd, const char __user *buf,
|
/linux-4.1.27/arch/ia64/kernel/ |
D | entry.S | 1589 data8 sys_pwrite64
|