Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-integrity.c314 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()
Dbio-integrity.c180 (bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_enabled()
/linux-4.1.27/include/linux/
Dblkdev.h1460 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator