Searched defs:ceph_osd_request_target (Results 1 – 1 of 1) sorted by relevance
149 struct ceph_osd_request_target { struct150 struct ceph_object_id base_oid;151 struct ceph_object_locator base_oloc;152 struct ceph_object_id target_oid;153 struct ceph_object_locator target_oloc;155 struct ceph_pg pgid; /* last raw pg we mapped to */156 struct ceph_spg spgid; /* last actual spg we mapped to */157 u32 pg_num;158 u32 pg_num_mask;159 struct ceph_osds acting;[all …]