Home
last modified time | relevance | path

Searched refs:REQ_NOWAIT (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/block/
Dblk-core.c477 if (bio->bi_opf & REQ_NOWAIT) { in bio_queue_enter()
636 WARN_ON_ONCE(op & REQ_NOWAIT); in blk_get_request()
808 bio->bi_opf |= REQ_NOWAIT; in submit_bio_checks()
814 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
Dfops.c101 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()
256 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()
Dblk-mq.c366 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_request()
2214 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_submit_bio()
/Linux-v5.15/include/linux/
Dblk_types.h408 #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) macro
Dbio.h789 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
/Linux-v5.15/fs/
Ddirect-io.c508 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1213 dio->op_flags |= REQ_NOWAIT; in do_blockdev_direct_IO()
/Linux-v5.15/drivers/md/
Ddm.c1596 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()