Lines Matching defs:bs
107 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) in bs_bio_slab_size()
112 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) in bio_find_or_create_slab()
130 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
225 struct bio_set *bs = bio->bi_pool; in bio_free() local
347 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() local
362 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
432 struct bio_set *bs) in bio_alloc_bioset()
641 struct bio_set *bs; in bio_cpu_dead() local
652 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy()
744 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast()
1513 gfp_t gfp, struct bio_set *bs) in bio_split()
1586 void bioset_exit(struct bio_set *bs) in bioset_exit()
1624 int bioset_init(struct bio_set *bs, in bioset_init()
1674 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src) in bioset_init_from_src()
1703 struct bio_set *bs) in bio_alloc_kiocb()