Lines Matching refs:btrfs_bioset
26 static struct bio_set *btrfs_bioset; variable
176 btrfs_bioset = bioset_create(BIO_POOL_SIZE, in extent_io_init()
178 if (!btrfs_bioset) in extent_io_init()
181 if (bioset_integrity_create(btrfs_bioset, BIO_POOL_SIZE)) in extent_io_init()
187 bioset_free(btrfs_bioset); in extent_io_init()
188 btrfs_bioset = NULL; in extent_io_init()
213 if (btrfs_bioset) in extent_io_exit()
214 bioset_free(btrfs_bioset); in extent_io_exit()
2758 bio = bio_alloc_bioset(gfp_flags, nr_vecs, btrfs_bioset); in btrfs_bio_alloc()
2763 nr_vecs, btrfs_bioset); in btrfs_bio_alloc()
2783 new = bio_clone_bioset(bio, gfp_mask, btrfs_bioset); in btrfs_bio_clone()
2805 bio = bio_alloc_bioset(gfp_mask, nr_iovecs, btrfs_bioset); in btrfs_io_bio_alloc()