Lines Matching refs:bio_set
55 struct bio_set *fs_bio_set;
127 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
247 struct bio_set *bs = bio->bi_pool; in bio_free()
329 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
344 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
410 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs) in bio_alloc_bioset()
581 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast()
616 struct bio_set *bs) in bio_clone_bioset()
1825 gfp_t gfp, struct bio_set *bs) in bio_split()
1890 void bioset_free(struct bio_set *bs) in bioset_free()
1908 static struct bio_set *__bioset_create(unsigned int pool_size, in __bioset_create()
1913 struct bio_set *bs; in __bioset_create()
1964 struct bio_set *bioset_create(unsigned int pool_size, unsigned int front_pad) in bioset_create()
1979 struct bio_set *bioset_create_nobvec(unsigned int pool_size, unsigned int front_pad) in bioset_create_nobvec()