Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dblk-integrity.h104 return rq->cmd_flags & REQ_INTEGRITY; in blk_integrity_rq()
Dblk_types.h445 #define REQ_INTEGRITY (__force blk_opf_t)(1ULL << __REQ_INTEGRITY) macro
Dbio.h353 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
/Linux-v6.6/block/
Dbio-integrity.c85 bio->bi_opf |= REQ_INTEGRITY; in bio_integrity_alloc()
111 bio->bi_opf &= ~REQ_INTEGRITY; in bio_integrity_free()
/Linux-v6.6/drivers/nvme/host/
Dioctl.c133 req->cmd_flags |= REQ_INTEGRITY; in nvme_add_user_metadata()
/Linux-v6.6/drivers/md/
Ddm-integrity.c1641 bio->bi_opf |= REQ_INTEGRITY; in integrity_end_io()
2284 bio->bi_opf &= ~REQ_INTEGRITY; in dm_integrity_map_continue()