Searched refs:pc_orangefs_obj (Results 1 – 1 of 1) sorted by relevance
1109 static struct kobject *pc_orangefs_obj; variable1202 pc_orangefs_obj = kzalloc(sizeof(*pc_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1203 if (!pc_orangefs_obj) { in orangefs_sysfs_init()1208 rc = kobject_init_and_add(pc_orangefs_obj, in orangefs_sysfs_init()1216 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1239 kobject_put(pc_orangefs_obj); in orangefs_sysfs_init()1261 kobject_put(pc_orangefs_obj); in orangefs_sysfs_exit()