Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Draid10.h31 struct raid10_info *mirrors_new, *mirrors_old; member
Draid10.c3875 kfree(conf->mirrors_new); in raid10_free_conf()
4325 kfree(conf->mirrors_new); in raid10_check_reshape()
4326 conf->mirrors_new = NULL; in raid10_check_reshape()
4329 conf->mirrors_new = in raid10_check_reshape()
4333 if (!conf->mirrors_new) in raid10_check_reshape()
4451 if (conf->mirrors_new) { in raid10_start_reshape()
4452 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape()
4457 conf->mirrors = conf->mirrors_new; in raid10_start_reshape()
4458 conf->mirrors_new = NULL; in raid10_start_reshape()