Searched refs:BLKIF_RSP_OKAY (Results 1 – 3 of 3) sorted by relevance
220 #define BLKIF_RSP_OKAY 0 macro
976 int status = BLKIF_RSP_OKAY; in dispatch_discard_io()1253 pending_req->status = BLKIF_RSP_OKAY; in dispatch_rw_block_io()
1180 error = (bret->status == BLKIF_RSP_OKAY) ? 0 : -EIO; in blkif_interrupt()1217 if (unlikely(bret->status != BLKIF_RSP_OKAY)) in blkif_interrupt()