newmirrors       3240 drivers/md/raid1.c 	struct raid1_info *newmirrors;
newmirrors       3286 drivers/md/raid1.c 	newmirrors = kzalloc(array3_size(sizeof(struct raid1_info),
newmirrors       3289 drivers/md/raid1.c 	if (!newmirrors) {
newmirrors       3312 drivers/md/raid1.c 			newmirrors[d2++].rdev = rdev;
newmirrors       3315 drivers/md/raid1.c 	conf->mirrors = newmirrors;