Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid1.c3041 struct raid1_info *newmirrors; in raid1_reshape() local
3086 newmirrors = kzalloc(sizeof(struct raid1_info) * raid_disks * 2, in raid1_reshape()
3088 if (!newmirrors) { in raid1_reshape()
3112 newmirrors[d2++].rdev = rdev; in raid1_reshape()
3115 conf->mirrors = newmirrors; in raid1_reshape()