dst_ci           1906 fs/ceph/file.c 			   struct ceph_inode_info *dst_ci, int dst_got)
dst_ci           1909 fs/ceph/file.c 	ceph_put_cap_refs(dst_ci, dst_got);
dst_ci           1954 fs/ceph/file.c 	struct ceph_inode_info *dst_ci = ceph_inode(dst_inode);
dst_ci           1995 fs/ceph/file.c 	if ((src_ci->i_layout.stripe_unit != dst_ci->i_layout.stripe_unit) ||
dst_ci           1997 fs/ceph/file.c 	    (dst_ci->i_layout.stripe_count != 1) ||
dst_ci           1998 fs/ceph/file.c 	    (src_ci->i_layout.object_size != dst_ci->i_layout.object_size)) {
dst_ci           2052 fs/ceph/file.c 	dst_oloc.pool = dst_ci->i_layout.pool_id;
dst_ci           2053 fs/ceph/file.c 	dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns);
dst_ci           2058 fs/ceph/file.c 	ceph_calc_file_object_mapping(&dst_ci->i_layout, dst_off,
dst_ci           2059 fs/ceph/file.c 				      dst_ci->i_layout.object_size,
dst_ci           2077 fs/ceph/file.c 		put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);
dst_ci           2099 fs/ceph/file.c 		ceph_calc_file_object_mapping(&dst_ci->i_layout, dst_off,
dst_ci           2107 fs/ceph/file.c 				dst_ci->i_vino.ino, dst_objnum);
dst_ci           2146 fs/ceph/file.c 			ceph_check_caps(dst_ci, caps_flags, NULL);
dst_ci           2149 fs/ceph/file.c 	spin_lock(&dst_ci->i_ceph_lock);
dst_ci           2150 fs/ceph/file.c 	dst_ci->i_inline_version = CEPH_INLINE_NONE;
dst_ci           2151 fs/ceph/file.c 	dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf);
dst_ci           2152 fs/ceph/file.c 	spin_unlock(&dst_ci->i_ceph_lock);
dst_ci           2157 fs/ceph/file.c 	put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);