Home
last modified time | relevance | path

Searched refs:BLK_INTEGRITY_GENERATE (Results 1 – 3 of 3) sorted by relevance

/linux-5.15/block/ !
H A Dblk-integrity.c293 bi->flags |= BLK_INTEGRITY_GENERATE; in integrity_generate_store()
295 bi->flags &= ~BLK_INTEGRITY_GENERATE; in integrity_generate_store()
302 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_GENERATE) != 0); in integrity_generate_show()
401 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
A Dbio-integrity.c228 !(bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_prep()
/linux-5.15/include/linux/ !
H A Dblkdev.h1635 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator