Searched refs:bip_flags (Results 1 – 4 of 4) sorted by relevance
106 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()273 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()277 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()357 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()426 bip->bip_flags = bip_src->bip_flags & ~BIP_BLOCK_INTEGRITY; in bio_integrity_clone()
173 if (bio_integrity(req->bio)->bip_flags != in blk_integrity_merge_rq()174 bio_integrity(next->bio)->bip_flags) in blk_integrity_merge_rq()199 if (bio_integrity(req->bio)->bip_flags != bio_integrity(bio)->bip_flags) in blk_integrity_merge_bio()
148 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in t10_pi_type1_prepare()168 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in t10_pi_type1_prepare()387 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in ext_pi_type1_prepare()408 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in ext_pi_type1_prepare()
324 enum bip_flags { enum342 unsigned short bip_flags; /* control flags */ member362 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()367 return bip->bip_flags & flag; in bio_integrity_flagged()778 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()