Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Draid1.c3341 struct raid1_info *newmirrors; in raid1_reshape() local
3387 newmirrors = kzalloc(array3_size(sizeof(struct raid1_info), in raid1_reshape()
3390 if (!newmirrors) { in raid1_reshape()
3413 newmirrors[d2++].rdev = rdev; in raid1_reshape()
3416 conf->mirrors = newmirrors; in raid1_reshape()