Lines Matching defs:drbd_request
201 struct drbd_request { struct
208 * see drbd_request_endio(). */ argument
209 struct bio *private_bio;
211 struct drbd_interval i;
221 unsigned int epoch;
223 struct list_head tl_requests; /* ring list in the transfer log */
224 struct bio *master_bio; /* master bio pointer */
227 struct list_head req_pending_master_completion;
228 struct list_head req_pending_local;
231 unsigned long start_jif;
241 unsigned long in_actlog_jif;
244 unsigned long pre_submit_jif;
247 unsigned long pre_send_jif;
248 unsigned long acked_jif;
249 unsigned long net_done_jif;
285 /* once it hits 0, we may destroy this drbd_request object */ argument
286 struct kref kref;
288 unsigned rq_state; /* see comments above _req_mod() */