Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent_io.c29 static struct bio_set btrfs_bioset; variable
157 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in extent_io_init()
162 if (bioset_integrity_create(&btrfs_bioset, BIO_POOL_SIZE)) in extent_io_init()
168 bioset_exit(&btrfs_bioset); in extent_io_init()
191 bioset_exit(&btrfs_bioset); in extent_io_exit()
2665 bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &btrfs_bioset); in btrfs_bio_alloc()
2678 new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone()
2690 bio = bio_alloc_bioset(GFP_NOFS, nr_iovecs, &btrfs_bioset); in btrfs_io_bio_alloc()
2701 bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone_partial()