Home
last modified time | relevance | path

Searched refs:BIP_BLOCK_INTEGRITY (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/block/
Dbio-integrity.c108 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()
307 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()
/linux-4.4.14/include/linux/
Dbio.h346 BIP_BLOCK_INTEGRITY = 1 << 0, /* block layer owns integrity data */ enumerator