Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dremap_range.c407 loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in, in vfs_clone_file_range() function
420 EXPORT_SYMBOL(vfs_clone_file_range);
Dioctl.c239 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
/Linux-v6.1/fs/overlayfs/
Dfile.c588 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
/Linux-v6.1/fs/nfsd/
Dvfs.c546 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
/Linux-v6.1/include/linux/
Dfs.h2224 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c7866 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl()