Lines Matching defs:drbd_request
295 struct drbd_request { struct
302 * see drbd_request_endio(). */ argument
303 struct bio *private_bio;
305 struct drbd_interval i;
315 unsigned int epoch;
317 struct list_head tl_requests; /* ring list in the transfer log */
318 struct bio *master_bio; /* master bio pointer */
321 struct list_head req_pending_master_completion;
322 struct list_head req_pending_local;
325 unsigned long start_jif;
335 unsigned long in_actlog_jif;
338 unsigned long pre_submit_jif;
341 unsigned long pre_send_jif;
342 unsigned long acked_jif;
343 unsigned long net_done_jif;
379 /* once it hits 0, we may destroy this drbd_request object */ argument
380 struct kref kref;
382 unsigned rq_state; /* see comments above _req_mod() */