Searched refs:REQ_NOMERGE (Results 1 – 7 of 7) sorted by relevance
340 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro358 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
311 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
211 split->bi_opf |= REQ_NOMERGE; in blk_queue_split()
523 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
1121 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()
358 bio->bi_opf &= ~REQ_NOMERGE; in md_make_request()
359 Now REQ_NOMERGE is set in the request flags to skip this one in the future,