Searched refs:req_mod (Results 1 – 3 of 3) sorted by relevance
315 static inline int req_mod(struct drbd_request *req, in req_mod() function
1432 req_mod(req, SEND_CANCELED); in w_send_out_of_sync()1444 req_mod(req, OOS_HANDED_TO_NETWORK); in w_send_out_of_sync()1464 req_mod(req, SEND_CANCELED); in w_send_dblock()1474 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); in w_send_dblock()1497 req_mod(req, SEND_CANCELED); in w_send_read_req()1509 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK); in w_send_read_req()
2169 req_mod(req, DATA_RECEIVED); in receive_DataReply()