Searched refs:newmirrors (Results 1 – 1 of 1) sorted by relevance
3248 struct raid1_info *newmirrors; in raid1_reshape() local3294 newmirrors = kzalloc(array3_size(sizeof(struct raid1_info), in raid1_reshape()3297 if (!newmirrors) { in raid1_reshape()3320 newmirrors[d2++].rdev = rdev; in raid1_reshape()3323 conf->mirrors = newmirrors; in raid1_reshape()