Searched refs:RQ_LOCAL_ABORTED (Results 1 – 5 of 5) sorted by relevance
229 #define RQ_LOCAL_ABORTED (1UL << __RQ_LOCAL_ABORTED) macro231 #define RQ_LOCAL_MASK ((RQ_LOCAL_ABORTED << 1)-1)
209 if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) || in drbd_req_complete()308 if (req->rq_state & RQ_LOCAL_ABORTED) in drbd_req_put_completion_ref()459 if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) { in mod_rq_state()465 if (req->rq_state & RQ_LOCAL_ABORTED) in mod_rq_state()602 mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED); in __req_mod()
69 seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted"); in seq_print_request_state()
242 if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) { in drbd_request_endio()
2303 (req->rq_state & RQ_LOCAL_ABORTED) != 0); in do_retry()