Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h82 #define BLK_STS_AGAIN ((__force blk_status_t)12) macro
H A Dbio.h428 bio->bi_status = BLK_STS_AGAIN; in bio_wouldblock_error()
/OK3568_Linux_fs/kernel/block/
H A Dblk-iolatency.c629 if (iolat->min_lat_nsec && bio->bi_status != BLK_STS_AGAIN) { in blkcg_iolatency_done_bio()
H A Dblk-core.c190 [BLK_STS_AGAIN] = { -EAGAIN, "nonblocking retry" },
/OK3568_Linux_fs/kernel/fs/
H A Ddirect-io.c511 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()