Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid1.c3234 struct raid1_info *newmirrors; in raid1_reshape() local
3280 newmirrors = kzalloc(array3_size(sizeof(struct raid1_info), in raid1_reshape()
3283 if (!newmirrors) { in raid1_reshape()
3306 newmirrors[d2++].rdev = rdev; in raid1_reshape()
3309 conf->mirrors = newmirrors; in raid1_reshape()