Searched refs:bip_flags (Results 1 – 4 of 4) sorted by relevance
95 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()257 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()262 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()354 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()
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()200 if (bio_integrity(req->bio)->bip_flags != bio_integrity(bio)->bip_flags) in blk_integrity_merge_bio()
145 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in t10_pi_type1_prepare()167 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in t10_pi_type1_prepare()
296 enum bip_flags { enum315 unsigned short bip_flags; /* control flags */ member335 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()340 return bip->bip_flags & flag; in bio_integrity_flagged()803 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()