Searched defs:ceph_osd_request_target (Results 1 – 1 of 1) sorted by relevance
207 struct ceph_osd_request_target { struct208 struct ceph_object_id base_oid;209 struct ceph_object_locator base_oloc;210 struct ceph_object_id target_oid;211 struct ceph_object_locator target_oloc;213 struct ceph_pg pgid; /* last raw pg we mapped to */214 struct ceph_spg spgid; /* last actual spg we mapped to */215 u32 pg_num;216 u32 pg_num_mask;217 struct ceph_osds acting;[all …]