Home
last modified time | relevance | path

Searched refs:bvec_alloc_bs (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dbio.h268 extern struct bio_vec *bvec_alloc_bs(gfp_t, int, unsigned long *, struct bio_set *);
/linux-3.4.99/fs/
Dbio.c170 struct bio_vec *bvec_alloc_bs(gfp_t gfp_mask, int nr, unsigned long *idx, in bvec_alloc_bs() function
298 bvl = bvec_alloc_bs(gfp_mask, nr_iovecs, &idx, bs); in bio_alloc_bioset()