Home
last modified time | relevance | path

Searched defs:rbd_img_request (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/block/
Drbd.c276 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 */
[all …]