Searched refs:blk_status_to_errno (Results 1 – 3 of 3) sorted by relevance
118 ret = blk_status_to_errno(bio.bi_status); in __blkdev_direct_IO_simple()169 ret = blk_status_to_errno(dio->bio.bi_status); in blkdev_bio_end_io()328 ret = blk_status_to_errno(dio->bio.bi_status); in __blkdev_direct_IO()
219 int blk_status_to_errno(blk_status_t status) in blk_status_to_errno() function227 EXPORT_SYMBOL_GPL(blk_status_to_errno);1429 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes); in blk_update_request()
1243 return blk_status_to_errno(bio->bi_status); in submit_bio_wait()