Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Draid1.c2090 mirror_info_t *newmirrors; in raid1_reshape() local
2133 newmirrors = kzalloc(sizeof(struct mirror_info) * raid_disks, GFP_KERNEL); in raid1_reshape()
2134 if (!newmirrors) { in raid1_reshape()
2163 newmirrors[d2++].rdev = rdev; in raid1_reshape()
2166 conf->mirrors = newmirrors; in raid1_reshape()