Lines Matching refs:md_redundancy_group
765 static const struct attribute_group md_redundancy_group;
795 if (to_remove != &md_redundancy_group)
799 sysfs_remove_group(&mddev->kobj, &md_redundancy_group);
4054 /* need to add the md_redundancy_group */
4055 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group))
4064 /* need to remove the md_redundancy_group */
4066 mddev->to_remove = &md_redundancy_group;
5562 static const struct attribute_group md_redundancy_group = {
6075 sysfs_create_group(&mddev->kobj, &md_redundancy_group))
6347 mddev->to_remove = &md_redundancy_group;