Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-sysfs.c1160 static struct kobject *stats_orangefs_obj; variable
1164 kfree(stats_orangefs_obj); in stats_orangefs_obj_release()
1165 stats_orangefs_obj = NULL; in stats_orangefs_obj_release()
1281 stats_orangefs_obj = kzalloc(sizeof(*stats_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1282 if (!stats_orangefs_obj) { in orangefs_sysfs_init()
1287 rc = kobject_init_and_add(stats_orangefs_obj, in orangefs_sysfs_init()
1295 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1299 kobject_put(stats_orangefs_obj); in orangefs_sysfs_init()
1324 kobject_put(stats_orangefs_obj); in orangefs_sysfs_exit()