Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c1084 static struct kobject *capcache_orangefs_obj; variable
1129 capcache_orangefs_obj = in orangefs_sysfs_init()
1130 kzalloc(sizeof(*capcache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1131 if (!capcache_orangefs_obj) { in orangefs_sysfs_init()
1136 rc = kobject_init_and_add(capcache_orangefs_obj, in orangefs_sysfs_init()
1143 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1223 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_init()
1236 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_exit()