Searched refs:req_mod (Results 1 – 3 of 3) sorted by relevance
| /drivers/block/drbd/ |
| A D | drbd_req.h | 303 static inline int req_mod(struct drbd_request *req, in req_mod() function
|
| A D | drbd_worker.c | 1414 req_mod(req, SEND_CANCELED, peer_device); in w_send_out_of_sync() 1426 req_mod(req, OOS_HANDED_TO_NETWORK, peer_device); in w_send_out_of_sync() 1446 req_mod(req, SEND_CANCELED, peer_device); in w_send_dblock() 1456 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK, peer_device); in w_send_dblock() 1479 req_mod(req, SEND_CANCELED, peer_device); in w_send_read_req() 1491 req_mod(req, err ? SEND_FAILED : HANDED_OVER_TO_NETWORK, peer_device); in w_send_read_req()
|
| A D | drbd_receiver.c | 1952 req_mod(req, DATA_RECEIVED, peer_device); in receive_DataReply()
|
Completed in 17 milliseconds