Searched refs:BLK_STS_AGAIN (Results 1 – 7 of 7) sorted by relevance
106 #define BLK_STS_AGAIN ((__force blk_status_t)12) macro
387 bio->bi_status = BLK_STS_AGAIN; in bio_wouldblock_error()
627 if (iolat->min_lat_nsec && bio->bi_status != BLK_STS_AGAIN) { in blkcg_iolatency_done_bio()
183 [BLK_STS_AGAIN] = { -EAGAIN, "nonblocking retry" },
741 blk_stat = BLK_STS_AGAIN; in scsi_io_completion_action()1733 case BLK_STS_AGAIN: in scsi_queue_rq()
504 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1177 return BLK_STS_AGAIN; in alua_prep_fn()
Completed in 22 milliseconds