Lines Matching defs:ceph_osd_request_target
151 struct ceph_osd_request_target { struct
152 struct ceph_object_id base_oid;
153 struct ceph_object_locator base_oloc;
154 struct ceph_object_id target_oid;
155 struct ceph_object_locator target_oloc;
157 struct ceph_pg pgid; /* last raw pg we mapped to */
158 struct ceph_spg spgid; /* last actual spg we mapped to */
159 u32 pg_num;
160 u32 pg_num_mask;
161 struct ceph_osds acting;
162 struct ceph_osds up;
186 struct ceph_osd_request_target r_t; argument