Searched refs:BLK_INTEGRITY_VERIFY (Results 1 – 3 of 3) sorted by relevance
295 bi->flags |= BLK_INTEGRITY_VERIFY; in integrity_verify_store()297 bi->flags &= ~BLK_INTEGRITY_VERIFY; in integrity_verify_store()304 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_VERIFY) != 0); in integrity_verify_show()437 bi->flags |= BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE; in blk_integrity_register()
176 (bi->flags & BLK_INTEGRITY_VERIFY)) in bio_integrity_enabled()
1459 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator