Searched refs:REQ_NOMERGE (Results 1 – 8 of 8) sorted by relevance
347 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro368 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
257 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
318 split->bi_opf |= REQ_NOMERGE; in __blk_queue_split()
168 op_flags |= REQ_NOMERGE; in nvmet_bdev_execute_rw()
516 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
403 bio->bi_opf &= ~REQ_NOMERGE; in md_make_request()
1116 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
379 Now REQ_NOMERGE is set in the request flags to skip this one in the future,