Home
last modified time | relevance | path

Searched refs:RQ_LOCAL_COMPLETED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_req.c610 RQ_LOCAL_COMPLETED|RQ_LOCAL_OK); in __req_mod()
620 mod_rq_state(req, m, RQ_LOCAL_PENDING, RQ_LOCAL_COMPLETED); in __req_mod()
631 mod_rq_state(req, m, RQ_LOCAL_PENDING, RQ_LOCAL_COMPLETED); in __req_mod()
638 mod_rq_state(req, m, RQ_LOCAL_PENDING, RQ_LOCAL_COMPLETED); in __req_mod()
806 if (!(req->rq_state & RQ_LOCAL_COMPLETED)) in __req_mod()
812 if (!(req->rq_state & RQ_LOCAL_COMPLETED)) in __req_mod()
816 RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETED, in __req_mod()
H A Ddrbd_req.h227 #define RQ_LOCAL_COMPLETED (1UL << __RQ_LOCAL_COMPLETED) macro