Searched defs:rbd_obj_request (Results 1 – 1 of 1) sorted by relevance
241 struct rbd_obj_request { struct242 struct ceph_object_extent ex;243 union {248 struct rbd_img_request *img_request;249 struct ceph_file_extent *img_extents;250 u32 num_img_extents;252 union {260 struct bio_vec *copyup_bvecs;261 u32 copyup_bvec_count;263 struct ceph_osd_request *osd_req;[all …]