Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbio-integrity.c90 bio->bi_opf |= REQ_INTEGRITY; in bio_integrity_alloc()
117 bio->bi_opf &= ~REQ_INTEGRITY; in bio_integrity_free()
/Linux-v5.10/include/linux/
Dblk_types.h418 #define REQ_INTEGRITY (1ULL << __REQ_INTEGRITY) macro
Dbio.h335 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
Dblkdev.h1703 return rq->cmd_flags & REQ_INTEGRITY; in blk_integrity_rq()
/Linux-v5.10/drivers/md/
Ddm-integrity.c1486 bio->bi_opf |= REQ_INTEGRITY; in integrity_end_io()
2107 bio->bi_opf &= ~REQ_INTEGRITY; in dm_integrity_map_continue()
/Linux-v5.10/drivers/nvme/host/
Dcore.c1091 req->cmd_flags |= REQ_INTEGRITY; in nvme_submit_user_cmd()