Searched refs:bioset_init_from_src (Results 1 – 3 of 3) sorted by relevance
1674 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src) in bioset_init_from_src() function1686 EXPORT_SYMBOL(bioset_init_from_src);
408 extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
1877 ret = bioset_init_from_src(&md->bs, &p->bs); in __bind_mempools()1880 ret = bioset_init_from_src(&md->io_bs, &p->io_bs); in __bind_mempools()