Searched refs:REQ_NOWAIT (Results 1 – 6 of 6) sorted by relevance
479 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter()632 WARN_ON_ONCE(op & REQ_NOWAIT); in blk_get_request()816 bio->bi_opf |= REQ_NOWAIT; in submit_bio_checks()822 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
357 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_request()2180 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_submit_bio()
423 #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) macro
813 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
506 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()1210 dio->op_flags |= REQ_NOWAIT; in do_blockdev_direct_IO()
1648 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()