Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-sysfs.c1087 static struct kobject *ncache_orangefs_obj; variable
1091 kfree(ncache_orangefs_obj); in ncache_orangefs_obj_release()
1092 ncache_orangefs_obj = NULL; in ncache_orangefs_obj_release()
1247 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1248 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()
1253 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()
1261 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1303 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()
1322 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()