Lines Matching refs:dst_file
2843 struct file *dst_file, loff_t dst_off,
2847 struct inode *dst_inode = file_inode(dst_file);
2915 ret = file_write_and_wait_range(dst_file, dst_off, (dst_off + len));
2927 dst_file, (dst_off + len), &dst_got);
2972 ret = do_splice_direct(src_file, &src_off, dst_file,
2981 dst_file, (dst_off + len), &dst_got);
3002 file_update_time(dst_file);
3027 bytes = do_splice_direct(src_file, &src_off, dst_file,
3042 struct file *dst_file, loff_t dst_off,
3047 ret = __ceph_copy_file_range(src_file, src_off, dst_file, dst_off,
3051 ret = generic_copy_file_range(src_file, src_off, dst_file,