Lines Matching refs:RQ_COMPLETION_SUSP
228 (s & RQ_COMPLETION_SUSP)) { in drbd_req_complete()
426 if (drbd_suspended(device) && !((s | clear) & RQ_COMPLETION_SUSP)) in mod_rq_state()
427 set |= RQ_COMPLETION_SUSP; in mod_rq_state()
468 if (!(s & RQ_COMPLETION_SUSP) && (set & RQ_COMPLETION_SUSP)) in mod_rq_state()
473 if ((s & RQ_COMPLETION_SUSP) && (clear & RQ_COMPLETION_SUSP)) in mod_rq_state()
752 RQ_NET_OK|RQ_NET_PENDING|RQ_COMPLETION_SUSP, in __req_mod()
811 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod()
819 RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETED, in __req_mod()
835 mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0); in __req_mod()
848 mod_rq_state(req, m, RQ_COMPLETION_SUSP, RQ_NET_QUEUED|RQ_NET_PENDING); in __req_mod()
874 mod_rq_state(req, m, RQ_COMPLETION_SUSP, in __req_mod()