Searched refs:mirrors_new (Results 1 – 2 of 2) sorted by relevance
31 struct raid10_info *mirrors_new, *mirrors_old; member
3901 kfree(conf->mirrors_new); in raid10_free_conf() 4351 kfree(conf->mirrors_new); in raid10_check_reshape() 4352 conf->mirrors_new = NULL; in raid10_check_reshape() 4355 conf->mirrors_new = in raid10_check_reshape() 4359 if (!conf->mirrors_new) in raid10_check_reshape() 4477 if (conf->mirrors_new) { in raid10_start_reshape() 4478 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape() 4483 conf->mirrors = conf->mirrors_new; in raid10_start_reshape() 4484 conf->mirrors_new = NULL; in raid10_start_reshape()