Home
last modified time | relevance | path

Searched refs:btrfs_bioset (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dbio.c19 static struct bio_set btrfs_bioset; variable
69 bio = bio_alloc_bioset(NULL, nr_vecs, opf, GFP_NOFS, &btrfs_bioset); in btrfs_bio_alloc()
841 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
862 bioset_exit(&btrfs_bioset); in btrfs_bioset_init()
871 bioset_exit(&btrfs_bioset); in btrfs_bioset_exit()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c30 static struct bio_set btrfs_bioset; variable
233 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in extent_io_init()
238 if (bioset_integrity_create(&btrfs_bioset, BIO_POOL_SIZE)) in extent_io_init()
244 bioset_exit(&btrfs_bioset); in extent_io_init()
266 bioset_exit(&btrfs_bioset); in extent_io_exit()
2966 bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &btrfs_bioset); in btrfs_bio_alloc()
2978 new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone()
2990 bio = bio_alloc_bioset(GFP_NOFS, nr_iovecs, &btrfs_bioset); in btrfs_io_bio_alloc()
3001 bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone_partial()

Completed in 9 milliseconds