Lines Matching refs:btrfs_bioset
26 static struct bio_set *btrfs_bioset; variable
157 btrfs_bioset = bioset_create(BIO_POOL_SIZE, in extent_io_init()
159 if (!btrfs_bioset) in extent_io_init()
162 if (bioset_integrity_create(btrfs_bioset, BIO_POOL_SIZE)) in extent_io_init()
168 bioset_free(btrfs_bioset); in extent_io_init()
169 btrfs_bioset = NULL; in extent_io_init()
194 if (btrfs_bioset) in extent_io_exit()
195 bioset_free(btrfs_bioset); in extent_io_exit()
2697 bio = bio_alloc_bioset(gfp_flags, nr_vecs, btrfs_bioset); in btrfs_bio_alloc()
2702 nr_vecs, btrfs_bioset); in btrfs_bio_alloc()
2722 new = bio_clone_bioset(bio, gfp_mask, btrfs_bioset); in btrfs_bio_clone()
2738 bio = bio_alloc_bioset(gfp_mask, nr_iovecs, btrfs_bioset); in btrfs_io_bio_alloc()