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