Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h429 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
449 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c412 if (opf & REQ_NOMERGE) { in bio_flags_to_user_flags()
413 opf &= ~REQ_NOMERGE; in bio_flags_to_user_flags()
H A Ddm-mpath.c533 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
H A Draid5.c1194 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
H A Dmd.c494 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
/OK3568_Linux_fs/kernel/block/
H A Dblk.h261 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
H A Dblk-merge.c341 split->bi_opf |= REQ_NOMERGE; in __blk_queue_split()
H A Dblk-core.c807 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dio-cmd-bdev.c257 op |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiodoc.rst379 Now REQ_NOMERGE is set in the request flags to skip this one in the future,