bio_integrity_alloc
EXPORT_SYMBOL(bio_integrity_alloc);
bip = bio_integrity_alloc(bio, GFP_KERNEL, 1);
bip = bio_integrity_alloc(bio, GFP_KERNEL, nr_vecs + 1);
bip = bio_integrity_alloc(bio, GFP_KERNEL, nr_vecs);
bip = bio_integrity_alloc(bio, gfp_mask, 0);
struct bio_integrity_alloc *bia;
bip = bio_integrity_alloc(bio, GFP_NOIO, 1);
bip = bio_integrity_alloc(bio, GFP_NOIO, 1);
bip = bio_integrity_alloc(outgoing_bio, GFP_NOIO, 1);
bip = bio_integrity_alloc(bio, GFP_NOIO, 1);
bip = bio_integrity_alloc(bio, GFP_NOIO,
bip = bio_integrity_alloc(bio, GFP_NOIO, bio_max_segs(cmd->t_prot_nents));
struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, gfp_t gfp,