Searched defs:rbd_obj_request (Results 1 – 2 of 2) 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 …]
286 struct rbd_obj_request { struct287 struct ceph_object_extent ex;288 unsigned int flags; /* RBD_OBJ_FLAG_* */289 union {294 struct rbd_img_request *img_request;295 struct ceph_file_extent *img_extents;296 u32 num_img_extents;298 union {307 enum rbd_obj_copyup_state copyup_state;308 struct bio_vec *copyup_bvecs;[all …]