Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Draid10.h4 typedef struct mirror_info mirror_info_t;
6 struct mirror_info { struct
Draid1.h4 typedef struct mirror_info mirror_info_t;
6 struct mirror_info { struct
Draid1.c1858 conf->mirrors = kzalloc(sizeof(struct mirror_info)*mddev->raid_disks, in setup_conf()
2133 newmirrors = kzalloc(sizeof(struct mirror_info) * raid_disks, GFP_KERNEL); in raid1_reshape()
Draid10.c2162 conf->mirrors = kzalloc(sizeof(struct mirror_info)*mddev->raid_disks, in setup_conf()