Lines Matching refs:md_redundancy_group
809 static struct attribute_group md_redundancy_group;
832 if (to_remove != &md_redundancy_group)
836 sysfs_remove_group(&mddev->kobj, &md_redundancy_group);
4110 /* need to add the md_redundancy_group */
4111 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group))
4120 /* need to remove the md_redundancy_group */
4122 mddev->to_remove = &md_redundancy_group;
5586 static struct attribute_group md_redundancy_group = {
6076 sysfs_create_group(&mddev->kobj, &md_redundancy_group))
6335 mddev->to_remove = &md_redundancy_group;