Searched refs:newmirrors (Results 1 – 1 of 1) sorted by relevance
3031 struct raid1_info *newmirrors; in raid1_reshape() local3074 newmirrors = kzalloc(sizeof(struct raid1_info) * raid_disks * 2, in raid1_reshape()3076 if (!newmirrors) { in raid1_reshape()3100 newmirrors[d2++].rdev = rdev; in raid1_reshape()3103 conf->mirrors = newmirrors; in raid1_reshape()