Lines Matching refs:bio_set
66 struct bio_set fs_bio_set;
108 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) in bs_bio_slab_size()
113 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) in bio_find_or_create_slab()
131 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
226 struct bio_set *bs = bio->bi_pool; in bio_free()
359 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
374 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
413 struct bio_set *bs) in bio_alloc_percpu_cache()
472 struct bio_set *bs) in bio_alloc_bioset()
699 struct bio_set *bs; in bio_cpu_dead()
701 bs = hlist_entry_safe(node, struct bio_set, cpuhp_dead); in bio_cpu_dead()
710 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy()
796 gfp_t gfp, struct bio_set *bs) in bio_alloc_clone()
1572 gfp_t gfp, struct bio_set *bs) in bio_split()
1645 void bioset_exit(struct bio_set *bs) in bioset_exit()
1683 int bioset_init(struct bio_set *bs, in bioset_init()