Lines Matching refs:dst_file
2952 struct file *dst_file, loff_t dst_off, in __ceph_copy_file_range() argument
2956 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range()
3025 ret = file_write_and_wait_range(dst_file, dst_off, (dst_off + len)); in __ceph_copy_file_range()
3037 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
3083 ret = splice_file_range(src_file, &src_off, dst_file, &dst_off, in __ceph_copy_file_range()
3092 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
3113 file_update_time(dst_file); in __ceph_copy_file_range()
3138 bytes = splice_file_range(src_file, &src_off, dst_file, in __ceph_copy_file_range()
3153 struct file *dst_file, loff_t dst_off, in ceph_copy_file_range() argument
3158 ret = __ceph_copy_file_range(src_file, src_off, dst_file, dst_off, in ceph_copy_file_range()
3162 ret = splice_copy_file_range(src_file, src_off, dst_file, in ceph_copy_file_range()