Searched refs:BLK_INTEGRITY_GENERATE (Results 1 – 3 of 3) sorted by relevance
314 bi->flags |= BLK_INTEGRITY_GENERATE; in integrity_generate_store()316 bi->flags &= ~BLK_INTEGRITY_GENERATE; in integrity_generate_store()323 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_GENERATE) != 0); in integrity_generate_show()437 bi->flags |= BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE; in blk_integrity_register()
180 (bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_enabled()
1460 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator