Home
last modified time | relevance | path

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

/linux-6.8/fs/btrfs/
Dbio.c22 static mempool_t btrfs_failed_bio_pool; variable
184 mempool_free(fbio, &btrfs_failed_bio_pool); in btrfs_repair_done()
264 fbio = mempool_alloc(&btrfs_failed_bio_pool, GFP_NOFS); in repair_one_sector()
878 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE, in btrfs_bioset_init()
894 mempool_exit(&btrfs_failed_bio_pool); in btrfs_bioset_exit()