Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbio-integrity.c85 bio->bi_opf |= REQ_INTEGRITY; in bio_integrity_alloc()
111 bio->bi_opf &= ~REQ_INTEGRITY; in bio_integrity_free()
/openbmc/linux/include/linux/
H A Dblk-integrity.h104 return rq->cmd_flags & REQ_INTEGRITY; in blk_integrity_rq()
H A Dblk_types.h446 #define REQ_INTEGRITY (__force blk_opf_t)(1ULL << __REQ_INTEGRITY) macro
H A Dbio.h356 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
/openbmc/linux/drivers/nvme/host/
H A Dioctl.c135 req->cmd_flags |= REQ_INTEGRITY; in nvme_add_user_metadata()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c1643 bio->bi_opf |= REQ_INTEGRITY; in integrity_end_io()
2361 bio->bi_opf &= ~REQ_INTEGRITY; in dm_integrity_map_continue()