Searched refs:BLK_STS_AGAIN (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dblk_types.h116 * BLK_STS_AGAIN should only be returned if RQF_NOWAIT is set
119 #define BLK_STS_AGAIN ((__force blk_status_t)12) macro
H A Dbio.h453 bio->bi_status = BLK_STS_AGAIN;
/linux-master/fs/bcachefs/
H A Dio_read.c704 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_AGAIN);
706 bch2_rbio_error(rbio, READ_ERR, BLK_STS_AGAIN);
/linux-master/block/
H A Dblk-iolatency.c624 * If bi_status is BLK_STS_AGAIN, the bio wasn't actually
627 if (iolat->min_lat_nsec && bio->bi_status != BLK_STS_AGAIN) {
H A Dblk-merge.c313 bio->bi_status = BLK_STS_AGAIN;
H A Dblk-core.c164 [BLK_STS_AGAIN] = { -EAGAIN, "nonblocking retry" },
/linux-master/fs/
H A Ddirect-io.c507 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT))
/linux-master/drivers/md/
H A Ddm.c899 bool handle_polled_eagain = ((io->status == BLK_STS_AGAIN) &&
918 * polled IO hit BLK_STS_AGAIN.
1748 return BLK_STS_AGAIN;
/linux-master/drivers/scsi/
H A Dscsi_lib.c1876 case BLK_STS_AGAIN:

Completed in 187 milliseconds