Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dblk_types.h119 #define BLK_STS_AGAIN ((__force blk_status_t)12) macro
H A Dbio.h451 bio->bi_status = BLK_STS_AGAIN; in bio_wouldblock_error()
/openbmc/linux/block/
H A Dblk-core.c163 [BLK_STS_AGAIN] = { -EAGAIN, "nonblocking retry" },
H A Dblk-iolatency.c627 if (iolat->min_lat_nsec && bio->bi_status != BLK_STS_AGAIN) { in blkcg_iolatency_done_bio()
H A Dblk-merge.c317 bio->bi_status = BLK_STS_AGAIN; in bio_split_rw()
/openbmc/linux/fs/
H A Ddirect-io.c505 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1785 case BLK_STS_AGAIN: in scsi_queue_rq()
/openbmc/linux/drivers/md/
H A Ddm.c886 bool handle_polled_eagain = ((io->status == BLK_STS_AGAIN) && in dm_handle_requeue()