Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_req.h316 static inline int req_mod(struct drbd_request *req, in req_mod() function
Ddrbd_worker.c1342 req_mod(req, SEND_CANCELED); in w_send_out_of_sync()
1354 req_mod(req, OOS_HANDED_TO_NETWORK); in w_send_out_of_sync()
1373 req_mod(req, SEND_CANCELED); in w_send_dblock()
1383 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); in w_send_dblock()
1402 req_mod(req, SEND_CANCELED); in w_send_read_req()
1414 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); in w_send_read_req()
Ddrbd_receiver.c1866 req_mod(req, DATA_RECEIVED); in receive_DataReply()