Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/
Ddax.txt94 work include RDMA, sendfile() and splice().
DLocking450 ssize_t (*sendfile) (struct file *, loff_t *, size_t, read_actor_t,
Drelay.txt129 sendfile() transfer data from a channel buffer to an output file
/linux-4.1.27/tools/testing/selftests/exec/
Dexecveat.c144 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S201 ENTRY_COMP(sendfile)
/linux-4.1.27/fs/
Dread_write.c1255 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/
Dsyscall_64.tbl49 40 common sendfile sys_sendfile64
Dsyscall_32.tbl196 187 i386 sendfile sys_sendfile compat_sys_sendfile
/linux-4.1.27/Documentation/networking/
Dvortex.txt209 performance improvement for the sendfile() system call, but a small
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES21 sendfile will now work over cifs mounts again. Add noforcegid
864 common error paths. Add generic sendfile support.