Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk_types.h399 #define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE) macro
420 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c276 opf |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/linux/block/
H A Dblk.h424 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.c121 split->bi_opf |= REQ_NOMERGE; in bio_submit_split()
H A Dblk-zoned.c914 bio->bi_opf |= REQ_OP_WRITE | REQ_NOMERGE; in blk_zone_wplug_prepare_bio()
/linux/drivers/md/
H A Ddm-mpath.c540 clone = blk_mq_alloc_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
H A Draid5.c1269 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
H A Dmd.c439 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
/linux/drivers/block/
H A Dpktcdvd.c833 bio->bi_opf |= REQ_NOMERGE; in pkt_queue_bio()