Searched refs:r10bio_pool (Results 1 – 2 of 2) sorted by relevance
90 mempool_t *r10bio_pool; member
290 mempool_free(r10_bio, conf->r10bio_pool); in free_r10bio()1509 r10_bio = mempool_alloc(conf->r10bio_pool, GFP_NOIO); in __make_request()1707 r10_bio = mempool_alloc(conf->r10bio_pool, GFP_NOIO); in raid10_handle_discard()3819 mempool_destroy(conf->r10bio_pool); in raid10_free_conf()3866 conf->r10bio_pool = create_r10bio_pool(conf->geo.raid_disks); in setup_conf()3867 if (!conf->r10bio_pool) in setup_conf()4514 mempool_destroy(conf->r10bio_pool); in raid10_start_reshape()4515 conf->r10bio_pool = new_pool; in raid10_start_reshape()