Searched refs:REQ_NOWAIT (Results 1 – 7 of 7) sorted by relevance
477 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()
101 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()256 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()
366 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_request()2214 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_submit_bio()
408 #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) macro
789 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
508 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()
1596 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()