btrfs_bioset 29 fs/btrfs/extent_io.c static struct bio_set btrfs_bioset; btrfs_bioset 213 fs/btrfs/extent_io.c if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, btrfs_bioset 218 fs/btrfs/extent_io.c if (bioset_integrity_create(&btrfs_bioset, BIO_POOL_SIZE)) btrfs_bioset 224 fs/btrfs/extent_io.c bioset_exit(&btrfs_bioset); btrfs_bioset 247 fs/btrfs/extent_io.c bioset_exit(&btrfs_bioset); btrfs_bioset 2872 fs/btrfs/extent_io.c bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &btrfs_bioset); btrfs_bioset 2884 fs/btrfs/extent_io.c new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); btrfs_bioset 2896 fs/btrfs/extent_io.c bio = bio_alloc_bioset(GFP_NOFS, nr_iovecs, &btrfs_bioset); btrfs_bioset 2907 fs/btrfs/extent_io.c bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset);