Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk_types.h423 #define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE) macro
444 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)
/linux/block/
H A Dbio-integrity.c429 bio->bi_opf |= REQ_NOMERGE; in bio_integrity_map_user()
H A Dblk.h491 req->cmd_flags |= REQ_NOMERGE; in req_set_nomerge()
H A Dbio.c1013 bio->bi_opf |= REQ_NOMERGE; in __bio_add_page()
1332 bio->bi_opf |= REQ_NOMERGE; in bio_iov_iter_get_pages()
H A Dblk-merge.c153 bio->bi_opf |= REQ_NOMERGE; in bio_submit_split()
H A Dblk-core.c665 bio->bi_opf |= REQ_NOMERGE; in blk_check_zone_append()
H A Dblk-zoned.c1398 bio->bi_opf |= REQ_OP_WRITE | REQ_NOMERGE; in blk_zone_wplug_prepare_bio()
/linux/drivers/md/
H A Dmd.c456 bio->bi_opf &= ~REQ_NOMERGE; in md_submit_bio()
9427 bio->bi_opf |= REQ_NOMERGE; in mddev_bio_split_at_reshape_offset()
H A Draid5.c1283 bi->bi_opf |= REQ_NOMERGE; in ops_run_io()