Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h46 #define BLK_STS_AGAIN ((__force blk_status_t)12) macro
Dbio.h457 bio->bi_status = BLK_STS_AGAIN; in bio_wouldblock_error()
/Linux-v4.19/fs/
Ddirect-io.c545 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
/Linux-v4.19/block/
Dblk-core.c219 [BLK_STS_AGAIN] = { -EAGAIN, "nonblocking retry" },
2513 bio->bi_status = BLK_STS_AGAIN; in direct_make_request()