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

/linux-master/include/linux/
H A Dblk_types.h403 #define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE) macro
423 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/linux-master/drivers/md/
H A Ddm-zone.c401 clone->bi_opf = REQ_OP_WRITE | REQ_NOMERGE |
H A Ddm-mpath.c540 clone = blk_mq_alloc_request(q, rq->cmd_flags | REQ_NOMERGE,
H A Draid5.c1270 bi->bi_opf |= REQ_NOMERGE;
H A Dmd.c429 bio->bi_opf &= ~REQ_NOMERGE;
/linux-master/drivers/nvme/target/
H A Dio-cmd-bdev.c274 opf |= REQ_NOMERGE;
/linux-master/block/
H A Dblk.h363 req->cmd_flags |= REQ_NOMERGE;
H A Dblk-merge.c375 split->bi_opf |= REQ_NOMERGE;
H A Dblk-core.c610 bio->bi_opf |= REQ_NOMERGE;
/linux-master/drivers/block/
H A Dpktcdvd.c835 bio->bi_opf |= REQ_NOMERGE;

Completed in 203 milliseconds