Home
last modified time | relevance | path

Searched refs:BLK_INTEGRITY_VERIFY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/block/
Dblk-integrity.c274 bi->flags |= BLK_INTEGRITY_VERIFY; in integrity_verify_store()
276 bi->flags &= ~BLK_INTEGRITY_VERIFY; in integrity_verify_store()
283 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_VERIFY) != 0); in integrity_verify_show()
401 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
Dbio-integrity.c235 !(bi->flags & BLK_INTEGRITY_VERIFY)) in bio_integrity_prep()
/Linux-v5.10/include/linux/
Dblkdev.h1645 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator