Home
last modified time | relevance | path

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

/Linux-v6.1/fs/orangefs/
Dorangefs-sysfs.c1115 static struct kobject *ncache_orangefs_obj; variable
1192 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1193 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()
1198 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()
1206 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1248 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()
1267 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()