Searched refs:bioset_init_from_src (Results 1 – 3 of 3) sorted by relevance
1619 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src) in bioset_init_from_src() function1631 EXPORT_SYMBOL(bioset_init_from_src);
394 extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
1921 ret = bioset_init_from_src(&md->bs, &p->bs); in __bind_mempools()1924 ret = bioset_init_from_src(&md->io_bs, &p->io_bs); in __bind_mempools()