Searched refs:BLK_INTEGRITY_VERIFY (Results 1 – 3 of 3) sorted by relevance
276 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()
226 !(bi->flags & BLK_INTEGRITY_VERIFY)) in bio_integrity_prep()
1511 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator