Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbio-integrity.c90 bio->bi_opf |= REQ_INTEGRITY; in bio_integrity_alloc()
117 bio->bi_opf &= ~REQ_INTEGRITY; in bio_integrity_free()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h431 #define REQ_INTEGRITY (1ULL << __REQ_INTEGRITY) macro
H A Dbio.h336 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
H A Dblkdev.h1733 return rq->cmd_flags & REQ_INTEGRITY; in blk_integrity_rq()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c422 if (opf & REQ_INTEGRITY) { in bio_flags_to_user_flags()
423 opf &= ~REQ_INTEGRITY; in bio_flags_to_user_flags()
H A Ddm-integrity.c1536 bio->bi_opf |= REQ_INTEGRITY; in integrity_end_io()
2157 bio->bi_opf &= ~REQ_INTEGRITY; in dm_integrity_map_continue()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c1141 req->cmd_flags |= REQ_INTEGRITY; in nvme_submit_user_cmd()