Home
last modified time | relevance | path

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

/linux/include/linux/
A Dblk_types.h423 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
443 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/linux/block/
A Dblk.h373 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
A Dblk-merge.c363 split->bi_opf |= REQ_NOMERGE; in __blk_queue_split()
A Dblk-core.c716 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
/linux/drivers/md/
A Ddm-zone.c405 clone->bi_opf = REQ_OP_WRITE | REQ_NOMERGE | in dm_zone_map_bio_begin()
A Ddm-mpath.c533 clone = blk_mq_alloc_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
A Draid5.c1194 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
A Dmd.c471 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
/linux/drivers/nvme/target/
A Dio-cmd-bdev.c264 op |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/linux/Documentation/block/
A Dbiodoc.rst379 Now REQ_NOMERGE is set in the request flags to skip this one in the future,

Completed in 42 milliseconds