Searched refs:featurefs_root (Results 1 – 1 of 1) sorted by relevance
23 static struct kobject *sysfs_root, *featurefs_root; variable50 featurefs_root = kobject_create_and_add(INCFS_NODE_FEATURES, in init_sysfs()52 if (!featurefs_root) in init_sysfs()55 res = sysfs_create_group(featurefs_root, &attr_group); in init_sysfs()65 if (featurefs_root) { in cleanup_sysfs()66 sysfs_remove_group(featurefs_root, &attr_group); in cleanup_sysfs()67 kobject_put(featurefs_root); in cleanup_sysfs()68 featurefs_root = NULL; in cleanup_sysfs()