Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd.c776 static const struct attribute_group md_redundancy_group; variable
806 if (to_remove != &md_redundancy_group) in mddev_unlock()
810 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4067 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4078 mddev->to_remove = &md_redundancy_group; in level_store()
5574 static const struct attribute_group md_redundancy_group = { variable
6087 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
6359 mddev->to_remove = &md_redundancy_group; in __md_stop()