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()
342 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
357 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
423 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs) in bio_alloc_bioset()
598 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast()
633 struct bio_set *bs) in bio_clone_bioset()
1786 gfp_t gfp, struct bio_set *bs) in bio_split()
1851 void bioset_free(struct bio_set *bs) in bioset_free()
1869 static struct bio_set *__bioset_create(unsigned int pool_size, in __bioset_create()
1874 struct bio_set *bs; in __bioset_create()
1925 struct bio_set *bioset_create(unsigned int pool_size, unsigned int front_pad) in bioset_create()
1940 struct bio_set *bioset_create_nobvec(unsigned int pool_size, unsigned int front_pad) in bioset_create_nobvec()