Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbio-integrity.c111 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()
266 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()
362 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()
/Linux-v5.10/include/linux/
Dbio.h303 BIP_BLOCK_INTEGRITY = 1 << 0, /* block layer owns integrity data */ enumerator