Searched refs:vfs_copy_file_range (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/overlayfs/ |
D | file.c | 459 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/Linux-v4.19/fs/ |
D | read_write.c | 1549 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1625 EXPORT_SYMBOL(vfs_copy_file_range); 1660 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
|
/Linux-v4.19/fs/nfsd/ |
D | vfs.c | 561 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1826 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|