Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid10.h17 struct raid10_info *mirrors_new, *mirrors_old; member
Draid10.c3733 kfree(conf->mirrors_new); in raid10_free()
3893 kfree(conf->mirrors_new); in raid10_check_reshape()
3894 conf->mirrors_new = NULL; in raid10_check_reshape()
3897 conf->mirrors_new = kzalloc( in raid10_check_reshape()
3902 if (!conf->mirrors_new) in raid10_check_reshape()
4021 if (conf->mirrors_new) { in raid10_start_reshape()
4022 memcpy(conf->mirrors_new, conf->mirrors, in raid10_start_reshape()
4027 conf->mirrors = conf->mirrors_new; in raid10_start_reshape()
4028 conf->mirrors_new = NULL; in raid10_start_reshape()