Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-integrity.c276 bi->flags |= BLK_INTEGRITY_VERIFY; in integrity_verify_store()
278 bi->flags &= ~BLK_INTEGRITY_VERIFY; in integrity_verify_store()
285 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_VERIFY) != 0); in integrity_verify_show()
403 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
Dbio-integrity.c226 !(bi->flags & BLK_INTEGRITY_VERIFY)) in bio_integrity_prep()
/Linux-v5.4/include/linux/
Dblkdev.h1511 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator