Searched refs:bvec_alloc (Results 1 – 4 of 4) sorted by relevance
177 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, in bvec_alloc() function479 bvl = bvec_alloc(&bs->bvec_pool, &nr_iovecs, gfp_mask); in bio_alloc_bioset()483 bvl = bvec_alloc(&bs->bvec_pool, &nr_iovecs, gfp_mask); in bio_alloc_bioset()
74 bip->bip_vec = bvec_alloc(&bs->bvec_integrity_pool, in bio_integrity_alloc()
58 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs,
656 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())