Searched refs:REQ_NOWAIT (Results 1 – 7 of 7) sorted by relevance
100 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()249 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()362 bio->bi_opf |= REQ_POLLED | REQ_NOWAIT; in __blkdev_direct_IO_async()367 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_async()
428 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()732 bio->bi_opf |= REQ_NOWAIT; in submit_bio_checks()738 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
445 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()2541 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_get_new_requests()
430 #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) macro
738 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
504 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()1209 dio->op_flags |= REQ_NOWAIT; in do_blockdev_direct_IO()
1589 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
Completed in 48 milliseconds