Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Draid10.h31 struct raid10_info *mirrors_new, *mirrors_old; member
Draid10.c3925 kfree(conf->mirrors_new); in raid10_free()
4079 kfree(conf->mirrors_new); in raid10_check_reshape()
4080 conf->mirrors_new = NULL; in raid10_check_reshape()
4083 conf->mirrors_new = in raid10_check_reshape()
4087 if (!conf->mirrors_new) in raid10_check_reshape()
4207 if (conf->mirrors_new) { in raid10_start_reshape()
4208 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape()
4213 conf->mirrors = conf->mirrors_new; in raid10_start_reshape()
4214 conf->mirrors_new = NULL; in raid10_start_reshape()