Searched refs:ncache_orangefs_obj (Results 1 – 1 of 1) sorted by relevance
1108 static struct kobject *ncache_orangefs_obj; variable1185 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1186 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()1191 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()1199 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1241 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()1260 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()