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

/linux-master/block/
H A Dbio-integrity.c125 if (bip->bip_flags & BIP_COPY_USER) {
147 if (bip->bip_flags & BIP_BLOCK_INTEGRITY)
149 else if (bip->bip_flags & BIP_INTEGRITY_USER)
255 bip->bip_flags |= BIP_INTEGRITY_USER | BIP_COPY_USER;
275 bip->bip_flags |= BIP_INTEGRITY_USER;
479 bip->bip_flags |= BIP_BLOCK_INTEGRITY;
483 bip->bip_flags |= BIP_IP_CHECKSUM;
563 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) {
632 bip->bip_flags = bip_src->bip_flags
[all...]
H A Dblk-integrity.c173 if (bio_integrity(req->bio)->bip_flags !=
174 bio_integrity(next->bio)->bip_flags)
199 if (bio_integrity(req->bio)->bip_flags != bio_integrity(bio)->bip_flags)
H A Dt10-pi.c157 if (bip->bip_flags & BIP_MAPPED_INTEGRITY)
177 bip->bip_flags |= BIP_MAPPED_INTEGRITY;
409 if (bip->bip_flags & BIP_MAPPED_INTEGRITY)
430 bip->bip_flags |= BIP_MAPPED_INTEGRITY;
/linux-master/include/linux/
H A Dbio.h324 enum bip_flags { enum
344 unsigned short bip_flags; /* control flags */ member in struct:bio_integrity_payload
364 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag)
369 return bip->bip_flags & flag;
781 static inline bool bio_integrity_flagged(struct bio *bio, enum bip_flags flag)

Completed in 119 milliseconds