Searched refs:md_redundancy_group (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
H A Dmd.c592 static struct attribute_group md_redundancy_group; variable in typeref:struct:attribute_group
615 if (to_remove != &md_redundancy_group) mddev_unlock()
619 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); mddev_unlock()
3567 /* need to add the md_redundancy_group */ level_store()
3568 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) level_store()
3576 /* need to remove the md_redundancy_group */ level_store()
3578 mddev->to_remove = &md_redundancy_group; level_store()
4885 static struct attribute_group md_redundancy_group = { variable in typeref:struct:attribute_group
5292 sysfs_create_group(&mddev->kobj, &md_redundancy_group))
5518 mddev->to_remove = &md_redundancy_group; __md_stop()

Completed in 96 milliseconds