Home
last modified time | relevance | path

Searched refs:copy_file_range (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Dcifsfs.c1263 .copy_file_range = cifs_copy_file_range,
1283 .copy_file_range = cifs_copy_file_range,
1302 .copy_file_range = cifs_copy_file_range,
1321 .copy_file_range = cifs_copy_file_range,
1339 .copy_file_range = cifs_copy_file_range,
1356 .copy_file_range = cifs_copy_file_range,
1368 .copy_file_range = cifs_copy_file_range,
/fs/
Dread_write.c1424 } else if (file_out->f_op->copy_file_range) { in generic_copy_file_checks()
1425 if (file_in->f_op->copy_file_range != in generic_copy_file_checks()
1426 file_out->f_op->copy_file_range) in generic_copy_file_checks()
1502 if (!splice && file_out->f_op->copy_file_range) { in vfs_copy_file_range()
1503 ret = file_out->f_op->copy_file_range(file_in, pos_in, in vfs_copy_file_range()
1552 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
/fs/nfs/
Dnfs4file.c463 .copy_file_range = nfs4_copy_file_range,
/fs/overlayfs/
Dfile.c788 .copy_file_range = ovl_copy_file_range,
/fs/ceph/
Dfile.c2529 .copy_file_range = ceph_copy_file_range,
/fs/fuse/
Dfile.c3516 .copy_file_range = fuse_copy_file_range,