Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.c7284 static const struct attribute_group raid5_attrs_group = { variable
8042 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
8045 sysfs_create_group(&mddev->kobj, &raid5_attrs_group)) in raid5_run()
8130 mddev->to_remove = &raid5_attrs_group; in raid5_free()