Searched refs:UBLK_IO_FLAG_ABORTED (Results 1 – 1 of 1) sorted by relevance
95 #define UBLK_IO_FLAG_ABORTED 0x04 macro650 if (!(io->flags & UBLK_IO_FLAG_ABORTED)) { in __ublk_fail_req()651 io->flags |= UBLK_IO_FLAG_ABORTED; in __ublk_fail_req()825 if (unlikely(io->flags & UBLK_IO_FLAG_ABORTED)) { in ublk_queue_cmd()