Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dublk_drv.c104 #define UBLK_IO_FLAG_ABORTED 0x04 macro
1062 if (io->flags & UBLK_IO_FLAG_ABORTED) { in __ublk_complete_rq()
1129 if (!(io->flags & UBLK_IO_FLAG_ABORTED)) { in __ublk_fail_req()
1130 io->flags |= UBLK_IO_FLAG_ABORTED; in __ublk_fail_req()
1296 if (unlikely(io->flags & UBLK_IO_FLAG_ABORTED)) { in ublk_queue_cmd()