Searched refs:mirror_info (Results 1 – 4 of 4) sorted by relevance
4 typedef struct mirror_info mirror_info_t;6 struct mirror_info { struct
1858 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()
2162 conf->mirrors = kzalloc(sizeof(struct mirror_info)*mddev->raid_disks, in setup_conf()