Searched refs:REQ_NOMERGE (Results 1 - 10 of 10) sorted by last modified time

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

Completed in 414 milliseconds