Home
last modified time | relevance | path

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

/linux-4.19.296/block/
Dblk-integrity.c317 bi->flags |= BLK_INTEGRITY_GENERATE; in integrity_generate_store()
319 bi->flags &= ~BLK_INTEGRITY_GENERATE; in integrity_generate_store()
326 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_GENERATE) != 0); in integrity_generate_show()
413 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
Dbio-integrity.c250 !(bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_prep()
/linux-4.19.296/include/linux/
Dblkdev.h1794 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator