Searched refs:req_mod (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c284 /* not req_mod(), we need irqsave here! */ drbd_request_endio()
1364 req_mod(req, SEND_CANCELED); w_send_out_of_sync()
1376 req_mod(req, OOS_HANDED_TO_NETWORK); w_send_out_of_sync()
1395 req_mod(req, SEND_CANCELED); w_send_dblock()
1405 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); w_send_dblock()
1424 req_mod(req, SEND_CANCELED); w_send_read_req()
1436 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); w_send_read_req()
H A Ddrbd_req.h316 static inline int req_mod(struct drbd_request *req, req_mod() function
H A Ddrbd_receiver.c1865 req_mod(req, DATA_RECEIVED); receive_DataReply()

Completed in 196 milliseconds