Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-sysfs.c1127 static struct kobject *pc_orangefs_obj; variable
1131 kfree(pc_orangefs_obj); in pc_orangefs_obj_release()
1132 pc_orangefs_obj = NULL; in pc_orangefs_obj_release()
1264 pc_orangefs_obj = kzalloc(sizeof(*pc_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1265 if (!pc_orangefs_obj) { in orangefs_sysfs_init()
1270 rc = kobject_init_and_add(pc_orangefs_obj, in orangefs_sysfs_init()
1278 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1301 kobject_put(pc_orangefs_obj); in orangefs_sysfs_init()
1323 kobject_put(pc_orangefs_obj); in orangefs_sysfs_exit()