Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsfs.c1138 .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/
Dnfs4file.c258 .copy_file_range = nfs4_copy_file_range,
/linux-4.19.296/fs/overlayfs/
Dfile.c650 .copy_file_range = ovl_copy_file_range,
/linux-4.19.296/fs/
Dread_write.c1607 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/
Dfs.h1775 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member