Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbio-integrity.h15 BIP_CHECK_APPTAG = 1 << 7, /* apptag check */ enumerator
21 #define BIP_CHECK_FLAGS (BIP_CHECK_GUARD | BIP_CHECK_REFTAG | BIP_CHECK_APPTAG)
35 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.c457 bip->bip_flags |= BIP_CHECK_APPTAG; in bio_uio_meta_to_bip()
/linux/drivers/nvme/host/
H A Dcore.c1084 if (bio_integrity_flagged(req->bio, BIP_CHECK_APPTAG)) { in nvme_setup_rw()