Searched refs:REQ_NOWAIT (Results 1 – 15 of 15) sorted by relevance
222 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO; in brd_do_bvec()261 if (err == -ENOMEM && bio->bi_opf & REQ_NOWAIT) { in brd_submit_bio()
87 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()232 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()354 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_async()
343 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()733 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
447 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()2483 if (rq->cmd_flags & REQ_NOWAIT) in blk_mq_insert_requests()2645 blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT); in blk_mq_try_issue_directly()2896 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_get_new_requests()
316 if (bio->bi_opf & REQ_NOWAIT) { in bio_split_rw()
450 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
805 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
505 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()1188 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO()
1253 bio->bi_opf & REQ_NOWAIT)) { in raid1_read_request()1354 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()1376 bio->bi_opf & REQ_NOWAIT)) { in raid1_write_request()1479 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
1150 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()1158 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()1421 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1450 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1674 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) { in raid10_handle_discard()
1710 if (unlikely((ci->bio->bi_opf & REQ_NOWAIT) != 0) && in __split_and_process_bio()1824 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
5790 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()6191 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
377 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
116 bio->bi_opf &= ~REQ_NOWAIT; in nvme_failover_req()
601 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io()