Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dread_write.c1476 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function
1557 EXPORT_SYMBOL(vfs_copy_file_range);
1596 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
/Linux-v6.1/fs/overlayfs/
Dfile.c583 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
/Linux-v6.1/fs/ksmbd/
Dvfs.c1794 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1797 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
Dsmb2pdu.c7872 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl()
/Linux-v6.1/fs/nfsd/
Dvfs.c596 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
599 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
/Linux-v6.1/include/linux/
Dfs.h2209 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,