Searched refs:vfs_copy_file_range (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | read_write.c | 1464 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1545 EXPORT_SYMBOL(vfs_copy_file_range); variable 1584 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/fs/ |
H A D | read_write.c | 1475 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1556 EXPORT_SYMBOL(vfs_copy_file_range); variable 1595 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | file.c | 639 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | file.c | 719 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 584 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range() 587 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 673 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range() 676 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 1810 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges() 1813 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
|
H A D | smb2pdu.c | 7917 * should fall back to vfs_copy_file_range(). This could be in smb2_ioctl() 7921 * fall back to vfs_copy_file_range(), should be avoided when in smb2_ioctl() 7930 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1874 * These flags control the behavior of vfs_copy_file_range(). 1975 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1902 * These flags control the behavior of vfs_copy_file_range(). 2027 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|
Completed in 39 milliseconds