Searched refs:copy_file_range (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsfs.c1540 .copy_file_range = cifs_copy_file_range,
1560 .copy_file_range = cifs_copy_file_range,
1579 .copy_file_range = cifs_copy_file_range,
1598 .copy_file_range = cifs_copy_file_range,
1616 .copy_file_range = cifs_copy_file_range,
1633 .copy_file_range = cifs_copy_file_range,
1645 .copy_file_range = cifs_copy_file_range,
/linux-master/fs/
H A Dread_write.c1434 * using the same ->copy_file_range() function pointer.
1438 } else if (file_out->f_op->copy_file_range) {
1439 if (file_in->f_op->copy_file_range !=
1440 file_out->f_op->copy_file_range)
1479 * copy_file_range() differs from regular file read and write in that it
1481 * the copy_file_range method.
1517 if (!splice && file_out->f_op->copy_file_range) {
1518 ret = file_out->f_op->copy_file_range(file_in, pos_in,
1541 * ->copy_file_range() in case filesystem does not support clone or in
1546 * consistent story about which filesystems support copy_file_range()
[all...]
/linux-master/kernel/
H A Dsys_ni.c264 COND_SYSCALL(copy_file_range); variable
/linux-master/fs/nfs/
H A Dnfs4file.c463 .copy_file_range = nfs4_copy_file_range,
/linux-master/fs/overlayfs/
H A Dfile.c613 .copy_file_range = ovl_copy_file_range,
/linux-master/include/linux/
H A Dfs.h2040 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member in struct:file_operations
/linux-master/fs/fuse/
H A Dfile.c3319 .copy_file_range = fuse_copy_file_range,
/linux-master/fs/ceph/
H A Dfile.c2923 * fallback to the default VFS copy_file_range implementation. This is
3123 .copy_file_range = ceph_copy_file_range,

Completed in 334 milliseconds