Searched defs:rbd_img_request (Results 1 – 1 of 1) sorted by relevance
276 struct rbd_img_request { struct277 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 */[all …]