Searched refs:btrfs_bioset (Results 1 – 1 of 1) sorted by relevance
35 static struct bio_set btrfs_bioset; variable243 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in extent_io_init()248 if (bioset_integrity_create(&btrfs_bioset, BIO_POOL_SIZE)) in extent_io_init()254 bioset_exit(&btrfs_bioset); in extent_io_init()276 bioset_exit(&btrfs_bioset); in extent_io_exit()3150 bio = bio_alloc_bioset(GFP_NOFS, nr_iovecs, &btrfs_bioset); in btrfs_bio_alloc()3161 new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone()3176 bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone_partial()
Completed in 15 milliseconds