Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid1.c3031 struct raid1_info *newmirrors; in raid1_reshape() local
3074 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()