Searched refs:btrfs_failed_bio_pool (Results 1 – 1 of 1) sorted by relevance
21 static mempool_t btrfs_failed_bio_pool; variable160 mempool_free(fbio, &btrfs_failed_bio_pool); in btrfs_repair_done()240 fbio = mempool_alloc(&btrfs_failed_bio_pool, GFP_NOFS); in repair_one_sector()890 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE, in btrfs_bioset_init()906 mempool_exit(&btrfs_failed_bio_pool); in btrfs_bioset_exit()
Completed in 3 milliseconds