Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c809 static struct attribute_group md_redundancy_group; variable
832 if (to_remove != &md_redundancy_group) in mddev_unlock()
836 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4110 /* need to add the md_redundancy_group */ in level_store()
4111 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4120 /* need to remove the md_redundancy_group */ in level_store()
4122 mddev->to_remove = &md_redundancy_group; in level_store()
5586 static struct attribute_group md_redundancy_group = { variable
6076 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
6335 mddev->to_remove = &md_redundancy_group; in __md_stop()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c765 static const struct attribute_group md_redundancy_group; variable
795 if (to_remove != &md_redundancy_group) in mddev_unlock()
799 sysfs_remove_group(&mddev->kobj, &md_redundancy_group); in mddev_unlock()
4054 /* need to add the md_redundancy_group */ in level_store()
4055 if (sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in level_store()
4064 /* need to remove the md_redundancy_group */ in level_store()
4066 mddev->to_remove = &md_redundancy_group; in level_store()
5562 static const struct attribute_group md_redundancy_group = { variable
6075 sysfs_create_group(&mddev->kobj, &md_redundancy_group)) in md_run()
6347 mddev->to_remove = &md_redundancy_group; in __md_stop()
[all...]

Completed in 19 milliseconds