Searched refs:copy_file_range (Results 1 – 4 of 4) sorted by relevance
/fs/nfs/ |
D | nfs4file.c | 256 .copy_file_range = nfs4_copy_file_range,
|
/fs/ |
D | read_write.c | 1543 if (file_out->f_op->copy_file_range) in vfs_copy_file_range() 1544 ret = file_out->f_op->copy_file_range(file_in, pos_in, file_out, in vfs_copy_file_range() 1565 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/fs/xfs/ |
D | xfs_file.c | 1601 .copy_file_range = xfs_file_copy_range,
|
/fs/btrfs/ |
D | file.c | 3003 .copy_file_range = btrfs_copy_file_range,
|