Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dbio.c22 static mempool_t btrfs_failed_bio_pool; variable
142 mempool_free(fbio, &btrfs_failed_bio_pool); in btrfs_repair_done()
216 fbio = mempool_alloc(&btrfs_failed_bio_pool, GFP_NOFS); in repair_one_sector()
807 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE, in btrfs_bioset_init()
823 mempool_exit(&btrfs_failed_bio_pool); in btrfs_bioset_exit()

Completed in 7 milliseconds