Home
last modified time | relevance | path

Searched refs:vfs_copy_file_range (Results 1 – 3 of 3) sorted by relevance

/fs/
Dread_write.c1628 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function
1691 EXPORT_SYMBOL(vfs_copy_file_range);
1726 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
/fs/overlayfs/
Dfile.c577 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
/fs/nfsd/
Dvfs.c559 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()