Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-sysfs.c985 static struct kobject *capcache_orangefs_obj; variable
989 kfree(capcache_orangefs_obj); in capcache_orangefs_obj_release()
990 capcache_orangefs_obj = NULL; in capcache_orangefs_obj_release()
1205 capcache_orangefs_obj = kzalloc_obj(*capcache_orangefs_obj); in orangefs_sysfs_init()
1206 if (!capcache_orangefs_obj) { in orangefs_sysfs_init()
1211 rc = kobject_init_and_add(capcache_orangefs_obj, in orangefs_sysfs_init()
1218 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1297 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_init()
1310 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_exit()