Searched refs:bvec_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/block/ |
D | bio.c | 171 struct bio_vec *bvec_alloc(gfp_t gfp_mask, int nr, unsigned long *idx, in bvec_alloc() function 506 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, &bs->bvec_pool); in bio_alloc_bioset() 510 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, &bs->bvec_pool); in bio_alloc_bioset()
|
D | bio-integrity.c | 77 bip->bip_vec = bvec_alloc(gfp_mask, nr_vecs, &idx, in bio_integrity_alloc()
|
/Linux-v5.10/include/linux/ |
D | bio.h | 468 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
|
/Linux-v5.10/Documentation/block/ |
D | biodoc.rst | 656 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())
|