IREQ_ABORT_PATH_ACTIVE
if (!test_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags) &&
if (test_and_clear_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags))
set_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags);
&& !test_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags);
if (!test_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags))
if (test_and_clear_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags))