Home
last modified time | relevance | path

Searched refs:bvec_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/block/
Dbio.c177 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, in bvec_alloc() function
479 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()
Dbio-integrity.c74 bip->bip_vec = bvec_alloc(&bs->bvec_integrity_pool, in bio_integrity_alloc()
Dblk.h58 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs,
/Linux-v5.15/Documentation/block/
Dbiodoc.rst656 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())