Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h340 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
358 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/Linux-v4.19/block/
Dblk.h311 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
Dblk-merge.c211 split->bi_opf |= REQ_NOMERGE; in blk_queue_split()
/Linux-v4.19/drivers/md/
Ddm-mpath.c523 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
Draid5.c1121 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
Dmd.c358 bio->bi_opf &= ~REQ_NOMERGE; in md_make_request()
/Linux-v4.19/Documentation/block/
Dbiodoc.txt359 Now REQ_NOMERGE is set in the request flags to skip this one in the future,