Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A 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);
H A Dioctl.c240 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
/openbmc/linux/fs/overlayfs/
H A Dfile.c644 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
/openbmc/linux/fs/nfsd/
H A Dvfs.c624 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
/openbmc/linux/include/linux/
H A Dfs.h2043 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c8306 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl()