Lines Matching refs:dst_ci

2197 			   struct ceph_inode_info *dst_ci, int dst_got)  in put_rd_wr_caps()  argument
2200 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
2239 struct ceph_inode_info *dst_ci, u64 *dst_off, in ceph_do_objects_copy() argument
2253 dst_oloc.pool = dst_ci->i_layout.pool_id; in ceph_do_objects_copy()
2254 dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2260 ceph_calc_file_object_mapping(&dst_ci->i_layout, *dst_off, in ceph_do_objects_copy()
2268 dst_ci->i_vino.ino, dst_objnum); in ceph_do_objects_copy()
2278 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
2279 dst_ci->i_truncate_size, in ceph_do_objects_copy()
2310 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() local
2351 if ((src_ci->i_layout.stripe_unit != dst_ci->i_layout.stripe_unit) || in __ceph_copy_file_range()
2353 (dst_ci->i_layout.stripe_count != 1) || in __ceph_copy_file_range()
2354 (src_ci->i_layout.object_size != dst_ci->i_layout.object_size)) { in __ceph_copy_file_range()
2406 ceph_calc_file_object_mapping(&dst_ci->i_layout, dst_off, in __ceph_copy_file_range()
2407 dst_ci->i_layout.object_size, in __ceph_copy_file_range()
2427 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()
2447 bytes = ceph_do_objects_copy(src_ci, &src_off, dst_ci, &dst_off, in __ceph_copy_file_range()
2465 ceph_check_caps(dst_ci, CHECK_CAPS_AUTHONLY, NULL); in __ceph_copy_file_range()
2468 spin_lock(&dst_ci->i_ceph_lock); in __ceph_copy_file_range()
2469 dst_ci->i_inline_version = CEPH_INLINE_NONE; in __ceph_copy_file_range()
2470 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2471 spin_unlock(&dst_ci->i_ceph_lock); in __ceph_copy_file_range()
2476 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()