Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Dmd.c768 static const struct attribute_group md_redundancy_group; variable
791 if (to_remove != &md_redundancy_group) in mddev_unlock()
795 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4019 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4030 mddev->to_remove = &md_redundancy_group; in level_store()
5497 static const struct attribute_group md_redundancy_group = { variable
5993 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
6254 mddev->to_remove = &md_redundancy_group; in __md_stop()