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
350 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() local
365 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
435 struct bio_set *bs) in bio_alloc_bioset()
645 struct bio_set *bs; in bio_cpu_dead() local
656 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy()
749 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast()
1497 gfp_t gfp, struct bio_set *bs) in bio_split()
1570 void bioset_exit(struct bio_set *bs) in bioset_exit()
1608 int bioset_init(struct bio_set *bs, in bioset_init()
1658 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src) in bioset_init_from_src()
1687 struct bio_set *bs) in bio_alloc_kiocb()