Searched refs:bip_flags (Results 1 – 6 of 6) sorted by relevance
7 enum bip_flags { enum28 unsigned short bip_flags; /* control flags */ member54 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()59 return bip->bip_flags & flag; in bio_integrity_flagged()129 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()
83 bip->bip_flags |= BIP_MEMPOOL; in bio_integrity_alloc_buf()97 if (bip->bip_flags & BIP_MEMPOOL) in bio_integrity_free_buf()111 bip->bip_flags |= BIP_CHECK_GUARD; in bio_integrity_setup_default()113 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_setup_default()116 bip->bip_flags |= BIP_CHECK_REFTAG; in bio_integrity_setup_default()205 if (bip->bip_flags & BIP_COPY_USER) { in bio_integrity_unmap_user()309 bip->bip_flags |= BIP_COPY_USER; in bio_integrity_copy_user()455 bip->bip_flags |= BIP_CHECK_GUARD; in bio_uio_meta_to_bip()457 bip->bip_flags |= BIP_CHECK_APPTAG; in bio_uio_meta_to_bip()459 bip->bip_flags |= BIP_CHECK_REFTAG; in bio_uio_meta_to_bip()[all …]
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()
63 (bip->bip_flags & BIP_CHECK_FLAGS)) { in __bio_integrity_endio()90 bid->bip.bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()96 if (bio_data_dir(bio) == WRITE && (bid->bip.bip_flags & BIP_CHECK_FLAGS)) in bio_integrity_prep()
50 (bio_integrity(bio)->bip_flags & BIP_CHECK_FLAGS)) in fs_bio_integrity_generate()64 if (!bip || !(bip->bip_flags & BIP_CHECK_FLAGS)) in fs_bio_integrity_verify()
265 if (bip && (bip->bip_flags & BIP_BLOCK_INTEGRITY)) in bio_integrity_endio()