Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c1086 static struct kobject *ncache_orangefs_obj; variable
1163 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1164 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()
1169 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()
1177 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1219 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()
1238 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()