Searched refs:bip_flags (Results 1 – 4 of 4) sorted by relevance
110 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()272 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()277 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()369 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()
195 if (bio_integrity(req->bio)->bip_flags != in blk_integrity_merge_rq()196 bio_integrity(next->bio)->bip_flags) in blk_integrity_merge_rq()222 if (bio_integrity(req->bio)->bip_flags != bio_integrity(bio)->bip_flags) in blk_integrity_merge_bio()
217 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in t10_pi_prepare()239 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in t10_pi_prepare()
335 enum bip_flags { enum354 unsigned short bip_flags; /* control flags */ member372 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()377 return bip->bip_flags & flag; in bio_integrity_flagged()846 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()