Searched refs:bip_flags (Results 1 – 4 of 4) sorted by relevance
106 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()251 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()256 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()347 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()416 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()
316 enum bip_flags { enum334 unsigned short bip_flags; /* control flags */ member354 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()359 return bip->bip_flags & flag; in bio_integrity_flagged()756 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()
Completed in 8 milliseconds