Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h347 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
368 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/Linux-v5.4/block/
Dblk.h257 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
Dblk-merge.c318 split->bi_opf |= REQ_NOMERGE; in __blk_queue_split()
/Linux-v5.4/drivers/nvme/target/
Dio-cmd-bdev.c168 op_flags |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/Linux-v5.4/drivers/md/
Ddm-mpath.c516 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
Dmd.c403 bio->bi_opf &= ~REQ_NOMERGE; in md_make_request()
Draid5.c1116 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
/Linux-v5.4/Documentation/block/
Dbiodoc.rst379 Now REQ_NOMERGE is set in the request flags to skip this one in the future,