Searched refs:capcache_orangefs_obj (Results 1 – 1 of 1) sorted by relevance
1113 static struct kobject *capcache_orangefs_obj; variable1158 capcache_orangefs_obj = in orangefs_sysfs_init()1159 kzalloc(sizeof(*capcache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1160 if (!capcache_orangefs_obj) { in orangefs_sysfs_init()1165 rc = kobject_init_and_add(capcache_orangefs_obj, in orangefs_sysfs_init()1172 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1252 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_init()1265 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_exit()