Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk_types.h416 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
436 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/kernel/linux/linux-5.10/block/
Dblk.h260 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
Dblk-merge.c339 split->bi_opf |= REQ_NOMERGE; in __blk_queue_split()
Dblk-core.c801 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
/kernel/linux/linux-5.10/drivers/nvme/target/
Dio-cmd-bdev.c257 op |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/kernel/linux/linux-5.10/drivers/md/
Ddm-mpath.c533 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
Draid5.c1195 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
Dmd.c487 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
/kernel/linux/linux-5.10/Documentation/block/
Dbiodoc.rst379 Now REQ_NOMERGE is set in the request flags to skip this one in the future,