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()
344 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()744 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
448 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()2543 if (rq->cmd_flags & REQ_NOWAIT) in blk_mq_insert_requests()2706 blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT); in blk_mq_try_issue_directly()2955 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_get_new_requests()
324 if (bio->bi_opf & REQ_NOWAIT) { in bio_split_rw()
451 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
808 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()
1248 bio->bi_opf & REQ_NOWAIT)) { in raid1_read_request()1349 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()1371 bio->bi_opf & REQ_NOWAIT)) { in raid1_write_request()1461 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
1144 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()1152 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()1415 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1444 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1657 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()1829 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
5747 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()6208 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
377 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
119 bio->bi_opf &= ~REQ_NOWAIT; in nvme_failover_req()
610 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io()