Home
last modified time | relevance | path

Searched refs:BLK_INTEGRITY_NOGENERATE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/block/
H A Dblk-integrity.c287 return flag_store(dev, page, count, BLK_INTEGRITY_NOGENERATE); in write_generate_store()
293 return flag_show(dev, page, BLK_INTEGRITY_NOGENERATE); in write_generate_show()
H A Dbio-integrity-auto.c140 if (bi->flags & BLK_INTEGRITY_NOGENERATE) { in bio_integrity_prep()
H A Dblk-settings.c123 bi->flags |= BLK_INTEGRITY_NOGENERATE | BLK_INTEGRITY_NOVERIFY; in blk_validate_integrity_limits()
/linux-6.15/include/linux/
H A Dblk-integrity.h12 BLK_INTEGRITY_NOGENERATE = 1 << 1, enumerator