Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.c6225 static struct attribute_group raid5_attrs_group = { variable
6945 if (mddev->to_remove == &raid5_attrs_group) in run()
6948 sysfs_create_group(&mddev->kobj, &raid5_attrs_group)) in run()
7057 mddev->to_remove = &raid5_attrs_group; in raid5_free()