Searched refs:stats_orangefs_obj (Results 1 – 1 of 1) sorted by relevance
1110 static struct kobject *stats_orangefs_obj; variable1219 stats_orangefs_obj = kzalloc(sizeof(*stats_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1220 if (!stats_orangefs_obj) { in orangefs_sysfs_init()1225 rc = kobject_init_and_add(stats_orangefs_obj, in orangefs_sysfs_init()1233 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1237 kobject_put(stats_orangefs_obj); in orangefs_sysfs_init()1262 kobject_put(stats_orangefs_obj); in orangefs_sysfs_exit()