Searched refs:sendfile (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 94 work include RDMA, sendfile() and splice().
|
D | Locking | 450 ssize_t (*sendfile) (struct file *, loff_t *, size_t, read_actor_t,
|
D | relay.txt | 129 sendfile() transfer data from a channel buffer to an output file
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 144 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 201 ENTRY_COMP(sendfile)
|
/linux-4.1.27/fs/ |
D | read_write.c | 1255 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument 1292 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 49 40 common sendfile sys_sendfile64
|
D | syscall_32.tbl | 196 187 i386 sendfile sys_sendfile compat_sys_sendfile
|
/linux-4.1.27/Documentation/networking/ |
D | vortex.txt | 209 performance improvement for the sendfile() system call, but a small
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 21 sendfile will now work over cifs mounts again. Add noforcegid 864 common error paths. Add generic sendfile support.
|