DASD_FLAG_ABORTALL
if (test_bit(DASD_FLAG_ABORTALL, &basedev->flags) &&
if (test_and_set_bit(DASD_FLAG_ABORTALL, &base->flags))
if (test_and_clear_bit(DASD_FLAG_ABORTALL, &base->flags))