Searched refs:vfs_copy_file_range (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ |
H A D | read_write.c | 1552 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1642 EXPORT_SYMBOL(vfs_copy_file_range); 1677 ret = vfs_copy_file_range(fd_file(f_in), pos_in, fd_file(f_out), pos_out, len, in SYSCALL_DEFINE6()
|
/linux/fs/overlayfs/ |
H A D | file.c | 576 ret = vfs_copy_file_range(realfile_in, pos_in, in ovl_copyfile()
|
/linux/fs/smb/server/ |
H A D | vfs.c | 1833 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges() 1836 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
|
/linux/fs/nfsd/ |
H A D | vfs.c | 721 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range() 724 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
|
/linux/include/linux/ |
H A D | fs.h | 2141 * These flags control the behavior of vfs_copy_file_range(). 2299 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|