Searched refs:copy_file_range (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifsfs.c | 1136 .copy_file_range = cifs_copy_file_range, 1155 .copy_file_range = cifs_copy_file_range, 1174 .copy_file_range = cifs_copy_file_range, 1193 .copy_file_range = cifs_copy_file_range, 1211 .copy_file_range = cifs_copy_file_range, 1229 .copy_file_range = cifs_copy_file_range, 1241 .copy_file_range = cifs_copy_file_range,
|
/Linux-v4.19/fs/nfs/ |
D | nfs4file.c | 262 .copy_file_range = nfs4_copy_file_range,
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 332 COND_SYSCALL(copy_file_range);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 387 SYSCALL(copy_file_range)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 444 ENTRY_SAME(copy_file_range)
|
/Linux-v4.19/fs/overlayfs/ |
D | file.c | 527 .copy_file_range = ovl_copy_file_range,
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 181 COMPAT_SYSCALL_WRAP6(copy_file_range, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __us…
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 337 326 common copy_file_range __x64_sys_copy_file_range
|
D | syscall_32.tbl | 391 377 i386 copy_file_range sys_copy_file_range __ia32_sys_copy_file_range
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 337 326 common copy_file_range __x64_sys_copy_file_range
|
/Linux-v4.19/fs/ |
D | read_write.c | 1600 if (file_out->f_op->copy_file_range) { in vfs_copy_file_range() 1601 ret = file_out->f_op->copy_file_range(file_in, pos_in, file_out, in vfs_copy_file_range() 1627 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 408 391 common copy_file_range sys_copy_file_range
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 385 375 common copy_file_range sys_copy_file_range compat_sys_copy_file_range
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 385 375 common copy_file_range sys_copy_file_range compat_sys_copy_file_range
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 885 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, loff_t, size_t, unsigned int); 961 copy_file_range: called by the copy_file_range(2) system call.
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1760 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member
|