RQ_LOCAL_ABORTED   69 drivers/block/drbd/drbd_debugfs.c 	seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted");
RQ_LOCAL_ABORTED 2302 drivers/block/drbd/drbd_main.c 				(req->rq_state & RQ_LOCAL_ABORTED) != 0);
RQ_LOCAL_ABORTED  226 drivers/block/drbd/drbd_req.c 	if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) ||
RQ_LOCAL_ABORTED  325 drivers/block/drbd/drbd_req.c 	if (req->rq_state & RQ_LOCAL_ABORTED)
RQ_LOCAL_ABORTED  476 drivers/block/drbd/drbd_req.c 	if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) {
RQ_LOCAL_ABORTED  482 drivers/block/drbd/drbd_req.c 		if (req->rq_state & RQ_LOCAL_ABORTED)
RQ_LOCAL_ABORTED  619 drivers/block/drbd/drbd_req.c 		mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED);
RQ_LOCAL_ABORTED  231 drivers/block/drbd/drbd_req.h #define RQ_LOCAL_MASK      ((RQ_LOCAL_ABORTED << 1)-1)
RQ_LOCAL_ABORTED  241 drivers/block/drbd/drbd_worker.c 	if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) {