Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-integrity.c282 bi->flags |= BLK_INTEGRITY_GENERATE; in write_generate_store()
284 bi->flags &= ~BLK_INTEGRITY_GENERATE; in write_generate_store()
294 return sysfs_emit(page, "%d\n", !!(bi->flags & BLK_INTEGRITY_GENERATE)); in write_generate_show()
366 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE | in blk_integrity_register()
H A Dbio-integrity.c241 !(bi->flags & BLK_INTEGRITY_GENERATE)) in bio_integrity_prep()
/openbmc/linux/include/linux/
H A Dblk-integrity.h11 BLK_INTEGRITY_GENERATE = 1 << 1, enumerator