Searched refs:bio_slab (Results 1 – 1 of 1) sorted by relevance
55 struct bio_slab { struct62 static struct bio_slab *bio_slabs; argument69 struct bio_slab *bslab, *new_bio_slabs; in bio_find_or_create_slab()95 new_bio_slab_max * sizeof(struct bio_slab), in bio_find_or_create_slab()123 struct bio_slab *bslab = NULL; in bio_put_slab()129 if (bs->bio_slab == bio_slabs[i].slab) { in bio_put_slab()1560 if (bs->bio_slab) in bioset_exit()1562 bs->bio_slab = NULL; in bioset_exit()1600 bs->bio_slab = bio_find_or_create_slab(front_pad + back_pad); in bioset_init()1601 if (!bs->bio_slab) in bioset_init()[all …]