Home
last modified time | relevance | path

Searched refs:bip_flags (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-integrity.c173 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()
H A Dbio-integrity.c111 if (bip->bip_flags & BIP_BLOCK_INTEGRITY) in bio_integrity_free()
266 bip->bip_flags |= BIP_BLOCK_INTEGRITY; in bio_integrity_prep()
271 bip->bip_flags |= BIP_IP_CHECKSUM; in bio_integrity_prep()
362 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) { in __bio_integrity_endio()
H A Dt10-pi.c146 if (bip->bip_flags & BIP_MAPPED_INTEGRITY) in t10_pi_type1_prepare()
168 bip->bip_flags |= BIP_MAPPED_INTEGRITY; in t10_pi_type1_prepare()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h299 enum bip_flags { enum
318 unsigned short bip_flags; /* control flags */ member
342 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()
347 return bip->bip_flags & flag; in bio_integrity_flagged()
789 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag) in bio_integrity_flagged()