Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-integrity.c295 bi->flags |= BLK_INTEGRITY_GENERATE; in integrity_generate_store()
297 bi->flags &= ~BLK_INTEGRITY_GENERATE; in integrity_generate_store()
304 return sprintf(page, "%d\n", (bi->flags & BLK_INTEGRITY_GENERATE) != 0); in integrity_generate_show()
403 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
Dbio-integrity.c230 !(bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_prep()
/Linux-v5.4/include/linux/
Dblkdev.h1512 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator