Searched refs:bip_flags (Results 1 – 5 of 5) sorted by relevance
7 enum bip_flags { enum23 unsigned short bip_flags; /* control flags */ member50 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()55 return bip->bip_flags & flag; in bio_integrity_flagged()135 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()
138 if (bio_integrity(req->bio)->bip_flags != in blk_integrity_merge_rq()139 bio_integrity(next->bio)->bip_flags) in blk_integrity_merge_rq()163 if (bio_integrity(req->bio)->bip_flags != bio_integrity(bio)->bip_flags) in blk_integrity_merge_bio()
144 if (bip->bip_flags & BIP_COPY_USER) { in bio_integrity_unmap_user()249 bip->bip_flags |= BIP_COPY_USER; in bio_integrity_copy_user()435 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()439 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()565 bip->bip_flags = bip_src->bip_flags & ~BIP_BLOCK_INTEGRITY; in bio_integrity_clone()
140 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in t10_pi_type1_prepare()160 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in t10_pi_type1_prepare()314 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in ext_pi_type1_prepare()335 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in ext_pi_type1_prepare()
218 if (bip && (bip->bip_flags & BIP_BLOCK_INTEGRITY)) in bio_integrity_endio()
Completed in 11 milliseconds