Searched refs:copy_file_range (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifsfs.c | 1138 .copy_file_range = cifs_copy_file_range, 1157 .copy_file_range = cifs_copy_file_range, 1176 .copy_file_range = cifs_copy_file_range, 1195 .copy_file_range = cifs_copy_file_range, 1213 .copy_file_range = cifs_copy_file_range, 1231 .copy_file_range = cifs_copy_file_range, 1243 .copy_file_range = cifs_copy_file_range,
|
/linux-4.19.296/fs/nfs/ |
D | nfs4file.c | 258 .copy_file_range = nfs4_copy_file_range,
|
/linux-4.19.296/fs/overlayfs/ |
D | file.c | 650 .copy_file_range = ovl_copy_file_range,
|
/linux-4.19.296/fs/ |
D | read_write.c | 1607 if (file_out->f_op->copy_file_range) { in vfs_copy_file_range() 1608 ret = file_out->f_op->copy_file_range(file_in, pos_in, file_out, in vfs_copy_file_range() 1634 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/linux-4.19.296/include/linux/ |
D | fs.h | 1775 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member
|