Lines Matching refs:src_ci

2198 static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,  in put_rd_wr_caps()  argument
2201 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps()
2288 static ssize_t ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, in ceph_do_objects_copy() argument
2300 u32 object_size = src_ci->i_layout.object_size; in ceph_do_objects_copy()
2303 src_oloc.pool = src_ci->i_layout.pool_id; in ceph_do_objects_copy()
2304 src_oloc.pool_ns = ceph_try_get_string(src_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2310 ceph_calc_file_object_mapping(&src_ci->i_layout, *src_off, in ceph_do_objects_copy()
2318 src_ci->i_vino.ino, src_objnum); in ceph_do_objects_copy()
2323 req = ceph_alloc_copyfrom_request(osdc, src_ci->i_vino.snap, in ceph_do_objects_copy()
2367 struct ceph_inode_info *src_ci = ceph_inode(src_inode); in __ceph_copy_file_range() local
2409 if ((src_ci->i_layout.stripe_unit != dst_ci->i_layout.stripe_unit) || in __ceph_copy_file_range()
2410 (src_ci->i_layout.stripe_count != 1) || in __ceph_copy_file_range()
2412 (src_ci->i_layout.object_size != dst_ci->i_layout.object_size)) { in __ceph_copy_file_range()
2417 if (len < src_ci->i_layout.object_size) in __ceph_copy_file_range()
2462 ceph_calc_file_object_mapping(&src_ci->i_layout, src_off, in __ceph_copy_file_range()
2463 src_ci->i_layout.object_size, in __ceph_copy_file_range()
2486 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()
2506 bytes = ceph_do_objects_copy(src_ci, &src_off, dst_ci, &dst_off, in __ceph_copy_file_range()
2535 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()
2541 if (len && (len < src_ci->i_layout.object_size)) { in __ceph_copy_file_range()