Home
last modified time | relevance | path

Searched refs:clone_file_range (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifsfs.c1139 .clone_file_range = cifs_clone_file_range,
1158 .clone_file_range = cifs_clone_file_range,
1177 .clone_file_range = cifs_clone_file_range,
1196 .clone_file_range = cifs_clone_file_range,
1214 .clone_file_range = cifs_clone_file_range,
1232 .clone_file_range = cifs_clone_file_range,
1244 .clone_file_range = cifs_clone_file_range,
/linux-4.19.296/fs/nfs/
Dnfs4file.c261 .clone_file_range = nfs42_clone_file_range,
/linux-4.19.296/fs/
Dread_write.c1598 if (file_in->f_op->clone_file_range) { in vfs_copy_file_range()
1599 ret = file_in->f_op->clone_file_range(file_in, pos_in, in vfs_copy_file_range()
1886 if (!file_in->f_op->clone_file_range) in do_clone_file_range()
1900 ret = file_in->f_op->clone_file_range(file_in, pos_in, in do_clone_file_range()
/linux-4.19.296/fs/overlayfs/
Dfile.c651 .clone_file_range = ovl_clone_file_range,
/linux-4.19.296/fs/xfs/
Dxfs_file.c1193 .clone_file_range = xfs_file_clone_range,
/linux-4.19.296/fs/ocfs2/
Dfile.c2713 .clone_file_range = ocfs2_file_clone_range,
2760 .clone_file_range = ocfs2_file_clone_range,
/linux-4.19.296/include/linux/
Dfs.h1777 int (*clone_file_range)(struct file *, loff_t, struct file *, loff_t, member
/linux-4.19.296/fs/btrfs/
Dfile.c3365 .clone_file_range = btrfs_clone_file_range,