Searched refs:REQ_NOWAIT (Results 1 – 14 of 14) sorted by relevance
95 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()240 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()
345 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()733 bio->bi_opf |= REQ_NOWAIT; in submit_bio_noacct()739 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
316 if (bio->bi_opf & REQ_NOWAIT) { in bio_split_rw()
482 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()2867 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_get_new_requests()
266 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO; in brd_do_bvec()305 if (err == -ENOMEM && bio->bi_opf & REQ_NOWAIT) { in brd_submit_bio()
445 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
786 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
499 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()1181 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO()
716 if (bio_opf & REQ_NOWAIT) in dm_get_live_table_bio()725 if (bio_opf & REQ_NOWAIT) in dm_put_live_table_bio()1689 if (unlikely((ci->bio->bi_opf & REQ_NOWAIT) != 0) && in __split_and_process_bio()1804 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
1254 bio->bi_opf & REQ_NOWAIT)) { in raid1_read_request()1357 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()1379 bio->bi_opf & REQ_NOWAIT)) { in raid1_write_request()1482 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
1153 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()1161 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()1414 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1443 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()1669 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) { in raid10_handle_discard()
5796 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()6142 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
415 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
594 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io()
Completed in 67 milliseconds