Lines Matching defs:rbd_img_request
276 struct rbd_img_request { struct
277 struct rbd_device *rbd_dev;
278 enum obj_operation_type op_type;
279 enum obj_request_type data_type;
280 unsigned long flags;
281 union {
285 union {
289 spinlock_t completion_lock;
290 u64 xferred;/* aggregate bytes transferred */
291 int result; /* first nonzero obj_request result */
293 struct list_head object_extents; /* obj_req.ex structs */
294 u32 obj_request_count;
295 u32 pending_count;
297 struct kref kref;