Home
last modified time | relevance | path

Searched refs:BIP_CHECK_APPTAG (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dbio-integrity.h15 BIP_CHECK_APPTAG = 1 << 7, /* apptag check */ enumerator
32 BIP_CHECK_GUARD | BIP_CHECK_REFTAG | BIP_CHECK_APPTAG)
/linux/block/
H A Dblk-integrity.c156 if (bip->bip_flags & BIP_CHECK_APPTAG && in blk_integrity_merge_rq()
186 if (bip->bip_flags & BIP_CHECK_APPTAG && in blk_integrity_merge_bio()
H A Dbio-integrity-auto.c47 #define BIP_CHECK_FLAGS (BIP_CHECK_GUARD | BIP_CHECK_REFTAG | BIP_CHECK_APPTAG)
H A Dbio-integrity.c377 bip->bip_flags |= BIP_CHECK_APPTAG; in bio_uio_meta_to_bip()
/linux/drivers/nvme/host/
H A Dcore.c1056 if (bio_integrity_flagged(req->bio, BIP_CHECK_APPTAG)) { in nvme_setup_rw()