RQ_LOCAL_ABORTED
seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted");
(req->rq_state & RQ_LOCAL_ABORTED) != 0);
if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) ||
if (req->rq_state & RQ_LOCAL_ABORTED)
if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) {
if (req->rq_state & RQ_LOCAL_ABORTED)
mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED);
#define RQ_LOCAL_MASK ((RQ_LOCAL_ABORTED << 1)-1)
if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) {