Home
last modified time | relevance | path

Searched refs:REQ_NOWAIT (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/block/
H A Dblk-zoned.c717 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) in blk_zone_wplug_handle_reset_or_finish()
718 bio->bi_opf &= ~REQ_NOWAIT; in blk_zone_wplug_handle_reset_or_finish()
803 if (bio->bi_opf & REQ_NOWAIT) { in disk_zone_wplug_add_bio()
805 bio->bi_opf &= ~REQ_NOWAIT; in disk_zone_wplug_add_bio()
1017 if (bio->bi_opf & REQ_NOWAIT) in blk_zone_wplug_handle_write()
1022 if (bio->bi_opf & REQ_NOWAIT) in blk_zone_wplug_handle_write()
1039 (bio->bi_opf & REQ_NOWAIT)) in blk_zone_wplug_handle_write()
H A Dfops.c89 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()
232 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()
374 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_async()
H A Dblk-core.c338 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()
789 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
H A Dioctl.c834 bio->bi_opf |= REQ_NOWAIT; in blkdev_cmd_discard()
H A Dblk-merge.c355 if (bio->bi_opf & REQ_NOWAIT) in bio_split_rw_at()
H A Dblk-mq.c506 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()
2579 if (rq->cmd_flags & REQ_NOWAIT) in blk_mq_insert_requests()
2747 blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT); in blk_mq_try_issue_directly()
3129 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_submit_bio()
/linux-6.15/drivers/block/
H A Dbrd.c204 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO; in brd_do_bvec()
268 if (err == -ENOMEM && bio->bi_opf & REQ_NOWAIT) { in brd_submit_bio()
/linux-6.15/include/linux/
H A Dblk_types.h406 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
H A Dbio.h662 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
/linux-6.15/fs/
H A Ddirect-io.c506 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1184 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO()
/linux-6.15/drivers/md/
H A Draid1.c1336 bio->bi_opf & REQ_NOWAIT)) { in raid1_read_request()
1442 if (bio->bi_opf & REQ_NOWAIT) in wait_blocked_rdev()
1473 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
1495 bio->bi_opf & REQ_NOWAIT)) { in raid1_write_request()
H A Draid10.c1123 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()
1131 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()
1356 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1385 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1627 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in raid10_handle_discard()
H A Ddm.c1757 if (unlikely(ci->bio->bi_opf & REQ_NOWAIT)) { in __split_and_process_bio()
1977 if (unlikely(bio->bi_opf & REQ_NOWAIT) && !is_abnormal) { in dm_split_and_process_bio()
2057 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
H A Draid5.c5682 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()
6129 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
H A Dmd.c378 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
/linux-6.15/drivers/nvme/host/
H A Dioctl.c510 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io()
H A Dmultipath.c119 bio->bi_opf &= ~REQ_NOWAIT; in nvme_failover_req()