Searched refs:vfs_clone_file_range (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ |
H A D | remap_range.c | 407 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 D | ioctl.c | 240 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 644 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 624 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2043 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 8306 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl()
|