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.c913 static const struct attribute_group md_redundancy_group; variable
943 if (to_remove != &md_redundancy_group) in mddev_unlock()
947 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4185 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4196 mddev->to_remove = &md_redundancy_group; in level_store()
6107 static const struct attribute_group md_redundancy_group = { variable
6822 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
7190 mddev->to_remove = &md_redundancy_group; in do_md_stop()