Searched refs:vfs_copy_file_range (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/ |
| H A D | read_write.c | 1550 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1640 EXPORT_SYMBOL(vfs_copy_file_range); 1675 ret = vfs_copy_file_range(fd_file(f_in), pos_in, fd_file(f_out), pos_out, len, in SYSCALL_DEFINE6()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | file.c | 576 ret = vfs_copy_file_range(realfile_in, pos_in, in ovl_copyfile()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 1827 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges() 1830 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
|
| H A D | smb2pdu.c | 8361 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl()
|
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 707 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range() 710 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2248 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|