Searched refs:mirrors_new (Results 1 – 2 of 2) sorted by relevance
31 struct raid10_info *mirrors_new, *mirrors_old; member
4305 kfree(conf->mirrors_new); in raid10_free()4459 kfree(conf->mirrors_new); in raid10_check_reshape()4460 conf->mirrors_new = NULL; in raid10_check_reshape()4463 conf->mirrors_new = in raid10_check_reshape()4467 if (!conf->mirrors_new) in raid10_check_reshape()4587 if (conf->mirrors_new) { in raid10_start_reshape()4588 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape()4593 conf->mirrors = conf->mirrors_new; in raid10_start_reshape()4594 conf->mirrors_new = NULL; in raid10_start_reshape()