Searched refs:vfs_clone_file_range (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/ |
D | remap_range.c | 405 loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in, in vfs_clone_file_range() function 418 EXPORT_SYMBOL(vfs_clone_file_range);
|
D | ioctl.c | 242 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
/Linux-v5.15/fs/overlayfs/ |
D | file.c | 576 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 528 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2185 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|
/Linux-v5.15/fs/ksmbd/ |
D | smb2pdu.c | 7751 cloned = vfs_clone_file_range(fp_in->filp, src_off, fp_out->filp, in smb2_ioctl()
|