Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid10.h31 struct raid10_info *mirrors_new, *mirrors_old; member
H A Draid10.c4044 kfree(conf->mirrors_new); in raid10_free_conf()
4483 kfree(conf->mirrors_new); in raid10_check_reshape()
4484 conf->mirrors_new = NULL; in raid10_check_reshape()
4487 conf->mirrors_new = in raid10_check_reshape()
4491 if (!conf->mirrors_new) in raid10_check_reshape()
4611 if (conf->mirrors_new) { in raid10_start_reshape()
4612 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape()
4617 conf->mirrors = conf->mirrors_new; in raid10_start_reshape()
4618 conf->mirrors_new = NULL; in raid10_start_reshape()