Searched refs:vfs_clone_file_range (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ |
| H A D | remap_range.c | 376 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 D | ioctl.c | 239 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone()
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 284 cloned = vfs_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 8801 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb21_lease_break_ack()
|