Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.c906 static const struct attribute_group md_redundancy_group; variable
936 if (to_remove != &md_redundancy_group) in mddev_unlock()
940 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4167 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4178 mddev->to_remove = &md_redundancy_group; in level_store()
6074 static const struct attribute_group md_redundancy_group = { variable
6644 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
7008 mddev->to_remove = &md_redundancy_group; in do_md_stop()