Searched refs:vfs_copy_file_range (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ |
| A D | read_write.c | 1463 ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, in vfs_copy_file_range() function 1526 EXPORT_SYMBOL(vfs_copy_file_range); 1561 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
|
| /linux/fs/overlayfs/ |
| A D | file.c | 583 ret = vfs_copy_file_range(real_in.file, pos_in, in ovl_copyfile()
|
| /linux/fs/ksmbd/ |
| A D | vfs.c | 1781 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
|
| A D | smb2pdu.c | 7789 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl()
|
| /linux/fs/nfsd/ |
| A D | vfs.c | 568 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
|
| /linux/include/linux/ |
| A D | fs.h | 2172 extern ssize_t vfs_copy_file_range(struct file *, loff_t , struct file *,
|
| /linux/ |
| A D | vmlinux.symvers | 3834 0x00000000 vfs_copy_file_range vmlinux EXPORT_SYMBOL
|
| A D | System.map | 8506 ffff800010248994 T vfs_copy_file_range
|
| A D | .tmp_System.map | 8506 ffff800010248994 T vfs_copy_file_range
|
Completed in 317 milliseconds