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

/linux-master/block/
H A Dbio-integrity.c147 if (bip->bip_flags & BIP_BLOCK_INTEGRITY)
479 bip->bip_flags |= BIP_BLOCK_INTEGRITY;
563 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) {
632 bip->bip_flags = bip_src->bip_flags & ~BIP_BLOCK_INTEGRITY;
/linux-master/include/linux/
H A Dbio.h325 BIP_BLOCK_INTEGRITY = 1 << 0, /* block layer owns integrity data */ enumerator in enum:bip_flags

Completed in 80 milliseconds