Lines Matching defs:drbd_request
294 struct drbd_request { struct
301 * see drbd_request_endio(). */ argument
302 struct bio *private_bio;
304 struct drbd_interval i;
314 unsigned int epoch;
316 struct list_head tl_requests; /* ring list in the transfer log */
317 struct bio *master_bio; /* master bio pointer */
320 struct list_head req_pending_master_completion;
321 struct list_head req_pending_local;
324 unsigned long start_jif;
334 unsigned long in_actlog_jif;
337 unsigned long pre_submit_jif;
340 unsigned long pre_send_jif;
341 unsigned long acked_jif;
342 unsigned long net_done_jif;
378 /* once it hits 0, we may destroy this drbd_request object */ argument
379 struct kref kref;
381 unsigned rq_state; /* see comments above _req_mod() */