Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dblk_types.h443 #define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE) macro
463 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/Linux-v6.6/drivers/nvme/target/
Dio-cmd-bdev.c272 opf |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/Linux-v6.6/block/
Dblk.h350 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
Dblk-core.c588 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
Dblk-merge.c379 split->bi_opf |= REQ_NOMERGE; in __bio_split_to_limits()
/Linux-v6.6/drivers/md/
Ddm-zone.c401 clone->bi_opf = REQ_OP_WRITE | REQ_NOMERGE | in dm_zone_map_bio_begin()
Ddm-mpath.c540 clone = blk_mq_alloc_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
Draid5.c1278 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
Dmd.c429 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()