Searched refs:bvec_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/block/ |
D | bio.c | 174 struct bio_vec *bvec_alloc(gfp_t gfp_mask, int nr, unsigned long *idx, in bvec_alloc() function 488 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, bs->bvec_pool); in bio_alloc_bioset() 492 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, bs->bvec_pool); in bio_alloc_bioset()
|
D | bio-integrity.c | 74 bip->bip_vec = bvec_alloc(gfp_mask, nr_vecs, &idx, in bio_integrity_alloc()
|
/linux-4.4.14/include/linux/ |
D | bio.h | 522 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 625 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())
|