Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dublk_drv.c116 #define UBLK_IO_FLAG_CANCELED 0x80000000 macro
1525 done = !!(io->flags & UBLK_IO_FLAG_CANCELED); in ublk_cancel_queue()
1527 io->flags |= UBLK_IO_FLAG_CANCELED; in ublk_cancel_queue()