bio_integrity_alloc   81 block/bio-integrity.c EXPORT_SYMBOL(bio_integrity_alloc);
bio_integrity_alloc  249 block/bio-integrity.c 	bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages);
bio_integrity_alloc  414 block/bio-integrity.c 	bip = bio_integrity_alloc(bio, gfp_mask, bip_src->bip_vcnt);
bio_integrity_alloc  828 drivers/md/dm-crypt.c 	bip = bio_integrity_alloc(bio, GFP_NOIO, 1);
bio_integrity_alloc  877 drivers/nvme/host/core.c 	bip = bio_integrity_alloc(bio, GFP_KERNEL, 1);
bio_integrity_alloc  641 drivers/target/target_core_iblock.c 	bip = bio_integrity_alloc(bio, GFP_NOIO,
bio_integrity_alloc  750 include/linux/bio.h extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int);