Searched refs:BLK_INTEGRITY_VERIFY (Results 1 – 3 of 3) sorted by relevance
257 bi->flags |= BLK_INTEGRITY_VERIFY; in read_verify_store()259 bi->flags &= ~BLK_INTEGRITY_VERIFY; in read_verify_store()269 return sysfs_emit(page, "%d\n", !!(bi->flags & BLK_INTEGRITY_VERIFY)); in read_verify_show()366 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
237 !(bi->flags & BLK_INTEGRITY_VERIFY)) in bio_integrity_prep()
10 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator