Home
last modified time | relevance | path

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

/linux/fs/
H A Dremap_range.c376 loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in, in vfs_clone_file_range() function
413 EXPORT_SYMBOL(vfs_clone_file_range);
H A Dioctl.c240 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone()
/linux/fs/overlayfs/
H A Dcopy_up.c284 cloned = vfs_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file()
/linux/include/linux/
H A Dfs.h2260 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
/linux/fs/smb/server/
H A Dsmb2pdu.c8326 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl()