Lines Matching defs:drbd_request
286 struct drbd_request { struct
293 * see drbd_request_endio(). */ argument
294 struct bio *private_bio;
296 struct drbd_interval i;
306 unsigned int epoch;
308 struct list_head tl_requests; /* ring list in the transfer log */
309 struct bio *master_bio; /* master bio pointer */
312 struct list_head req_pending_master_completion;
313 struct list_head req_pending_local;
316 unsigned long start_jif;
326 unsigned long in_actlog_jif;
329 unsigned long pre_submit_jif;
332 unsigned long pre_send_jif;
333 unsigned long acked_jif;
334 unsigned long net_done_jif;
370 /* once it hits 0, we may destroy this drbd_request object */ argument
371 struct kref kref;
373 unsigned rq_state; /* see comments above _req_mod() */