Home
last modified time | relevance | path

Searched refs:REQ_NOMERGE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk_types.h444 #define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE) macro
464 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/openbmc/linux/drivers/md/
H A Ddm-zone.c401 clone->bi_opf = REQ_OP_WRITE | REQ_NOMERGE | in dm_zone_map_bio_begin()
H A Ddm-mpath.c540 clone = blk_mq_alloc_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
H A Draid5.c1276 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
H A Dmd.c429 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
/openbmc/linux/block/
H A Dblk.h351 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
H A Dblk-core.c599 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
H A Dblk-merge.c387 split->bi_opf |= REQ_NOMERGE; in __bio_split_to_limits()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c272 opf |= REQ_NOMERGE; in nvmet_bdev_execute_rw()