Searched refs:bip_flags (Results 1 – 6 of 6) sorted by relevance
7 enum bip_flags { enum25 unsigned short bip_flags; /* control flags */ member51 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()56 return bip->bip_flags & flag; in bio_integrity_flagged()127 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()
50 return bip->bip_flags & BIP_CHECK_FLAGS; in bip_should_check()144 bid->bip.bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()151 bid->bip.bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()153 bid->bip.bip_flags |= BIP_CHECK_GUARD; in bio_integrity_prep()155 bid->bip.bip_flags |= BIP_CHECK_REFTAG; in bio_integrity_prep()
36 bip->bip_flags |= BIP_MEMPOOL; in bio_integrity_alloc_buf()50 if (bip->bip_flags & BIP_MEMPOOL) in bio_integrity_free_buf()142 if (bip->bip_flags & BIP_COPY_USER) { in bio_integrity_unmap_user()246 bip->bip_flags |= BIP_COPY_USER; in bio_integrity_copy_user()375 bip->bip_flags |= BIP_CHECK_GUARD; in bio_uio_meta_to_bip()377 bip->bip_flags |= BIP_CHECK_APPTAG; in bio_uio_meta_to_bip()379 bip->bip_flags |= BIP_CHECK_REFTAG; in bio_uio_meta_to_bip()475 bip->bip_flags = bip_src->bip_flags & BIP_CLONE_FLAGS; in bio_integrity_clone()
153 if (bip->bip_flags != bip_next->bip_flags) in blk_integrity_merge_rq()156 if (bip->bip_flags & BIP_CHECK_APPTAG && in blk_integrity_merge_rq()183 if (bip->bip_flags != bip_bio->bip_flags) in blk_integrity_merge_bio()186 if (bip->bip_flags & BIP_CHECK_APPTAG && in blk_integrity_merge_bio()
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()
243 if (bip && (bip->bip_flags & BIP_BLOCK_INTEGRITY)) in bio_integrity_endio()