Searched defs:rbd_obj_request (Results 1 – 1 of 1) sorted by relevance
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 …]