Searched refs:vfs_clone_file_range (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/ |
D | ioctl.c | 234 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
D | read_write.c | 2071 loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in, in vfs_clone_file_range() function 2084 EXPORT_SYMBOL(vfs_clone_file_range);
|
/Linux-v5.4/fs/overlayfs/ |
D | file.c | 582 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.c | 532 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1925 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|