Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dbrd.c222 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()
/openbmc/linux/block/
H A Dfops.c87 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()
H A Dblk-core.c344 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()
744 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
H A Dblk-mq.c448 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()
H A Dblk-merge.c324 if (bio->bi_opf & REQ_NOWAIT) { in bio_split_rw()
/openbmc/linux/include/linux/
H A Dblk_types.h451 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
H A Dbio.h808 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
/openbmc/linux/fs/
H A Ddirect-io.c505 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1188 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO()
/openbmc/linux/drivers/md/
H A Draid1.c1248 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()
H A Draid10.c1144 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()
H A Ddm.c1710 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()
H A Draid5.c5747 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()
6208 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
H A Dmd.c377 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c119 bio->bi_opf &= ~REQ_NOWAIT; in nvme_failover_req()
H A Dioctl.c610 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io()