Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h219 (REQ_NOMERGE | REQ_STARTED | REQ_SOFTBARRIER | REQ_FLUSH | REQ_FUA | REQ_FLUSH_SEQ)
227 #define REQ_NOMERGE (1ULL << __REQ_NOMERGE) macro
/linux-4.4.14/block/
Dblk-merge.c187 split->bi_rw |= REQ_NOMERGE; in blk_queue_split()
489 req->cmd_flags |= REQ_NOMERGE; in ll_new_hw_segment()
505 req->cmd_flags |= REQ_NOMERGE; in ll_back_merge_fn()
529 req->cmd_flags |= REQ_NOMERGE; in ll_front_merge_fn()
Dblk-core.c3055 dst->cmd_flags |= (src->cmd_flags & REQ_CLONE_MASK) | REQ_NOMERGE; in __blk_rq_prep_clone()
/linux-4.4.14/Documentation/block/
Dbiodoc.txt360 Now REQ_NOMERGE is set in the request flags to skip this one in the future,
/linux-4.4.14/drivers/md/
Draid5.c1019 bi->bi_rw |= REQ_NOMERGE; in ops_run_io()
Dmd.c297 bio->bi_rw &= ~REQ_NOMERGE; in md_make_request()