Searched refs:vfs_clone_file_range (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/ |
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);
|
D | ioctl.c | 240 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone()
|
/linux-6.12.1/fs/overlayfs/ |
D | file.c | 524 ret = vfs_clone_file_range(fd_file(real_in), pos_in, in ovl_copyfile()
|
D | copy_up.c | 285 cloned = vfs_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file()
|
/linux-6.12.1/fs/nfsd/ |
D | vfs.c | 660 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2187 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|
/linux-6.12.1/fs/smb/server/ |
D | smb2pdu.c | 8249 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl()
|