Home
last modified time | relevance | path

Searched refs:DASD_FLAG_ABORTALL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/s390/block/
Ddasd_ioctl.c150 if (test_and_set_bit(DASD_FLAG_ABORTALL, &base->flags)) in dasd_ioctl_abortio()
184 if (test_and_clear_bit(DASD_FLAG_ABORTALL, &base->flags)) in dasd_ioctl_allowio()
Ddasd_int.h701 #define DASD_FLAG_ABORTALL 12 /* Abort all noretry requests */ macro
Ddasd.c3071 if (test_bit(DASD_FLAG_ABORTALL, &basedev->flags) && in do_dasd_request()