Searched refs:vfs_clone_file_range (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ |
A 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);
|
A D | ioctl.c | 242 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
/linux/fs/overlayfs/ |
A D | file.c | 588 ret = vfs_clone_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/linux/fs/nfsd/ |
A D | vfs.c | 529 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
|
/linux/include/linux/ |
A D | fs.h | 2184 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
|
/linux/fs/ksmbd/ |
A D | smb2pdu.c | 7783 cloned = vfs_clone_file_range(fp_in->filp, src_off, fp_out->filp, in smb2_ioctl()
|
/linux/ |
A D | vmlinux.symvers | 1338 0x00000000 vfs_clone_file_range vmlinux EXPORT_SYMBOL
|
A D | System.map | 9624 ffff800010290260 T vfs_clone_file_range
|
A D | .tmp_System.map | 9624 ffff800010290260 T vfs_clone_file_range
|
Completed in 361 milliseconds