Lines Matching refs:bio_set
71 struct bio_set fs_bio_set;
113 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) in bs_bio_slab_size()
118 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) in bio_find_or_create_slab()
136 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
231 struct bio_set *bs = bio->bi_pool; in bio_free()
364 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
379 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
434 struct bio_set *bs) in bio_alloc_percpu_cache()
494 struct bio_set *bs) in bio_alloc_bioset()
731 struct bio_set *bs; in bio_cpu_dead()
733 bs = hlist_entry_safe(node, struct bio_set, cpuhp_dead); in bio_cpu_dead()
742 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy()
846 gfp_t gfp, struct bio_set *bs) in bio_alloc_clone()
1625 gfp_t gfp, struct bio_set *bs) in bio_split()
1698 void bioset_exit(struct bio_set *bs) in bioset_exit()
1736 int bioset_init(struct bio_set *bs, in bioset_init()