Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-sysfs.c1032 static struct kobject *ccache_orangefs_obj; variable
1036 kfree(ccache_orangefs_obj); in ccache_orangefs_obj_release()
1037 ccache_orangefs_obj = NULL; in ccache_orangefs_obj_release()
1221 ccache_orangefs_obj = kzalloc_obj(*ccache_orangefs_obj); in orangefs_sysfs_init()
1222 if (!ccache_orangefs_obj) { in orangefs_sysfs_init()
1227 rc = kobject_init_and_add(ccache_orangefs_obj, in orangefs_sysfs_init()
1234 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1295 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_init()
1311 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_exit()