Searched refs:stats_orangefs_obj (Results 1 – 1 of 1) sorted by relevance
1117 static struct kobject *stats_orangefs_obj; variable1226 stats_orangefs_obj = kzalloc(sizeof(*stats_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1227 if (!stats_orangefs_obj) { in orangefs_sysfs_init()1232 rc = kobject_init_and_add(stats_orangefs_obj, in orangefs_sysfs_init()1240 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1244 kobject_put(stats_orangefs_obj); in orangefs_sysfs_init()1269 kobject_put(stats_orangefs_obj); in orangefs_sysfs_exit()