Lines Matching refs:req
213 /* epoch: used to check on "completion" whether this req was in
296 atomic_t active; /* increased on every req. added, and dec on every finished. */
699 * with req->epoch == current_epoch_nr.
1038 extern int drbd_send_dblock(struct drbd_peer_device *, struct drbd_request *req);
1391 extern int drbd_read_remote(struct drbd_device *device, struct drbd_request *req);
1913 * _req_mod(req, QUEUE_FOR_NET_WRITE or QUEUE_FOR_NET_READ);
1919 * _req_mod(req, DATA_RECEIVED)
1921 * _req_mod(req, WRITE_ACKED_BY_PEER or RECV_ACKED_BY_PEER or NEG_ACKED)
1926 * _req_mod(req, SEND_FAILED or SEND_CANCELED)
1927 * _req_mod(req, CONNECTION_LOST_WHILE_PENDING)