Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
Dorangefs-sysfs.c1114 static struct kobject *ccache_orangefs_obj; variable
1175 ccache_orangefs_obj = in orangefs_sysfs_init()
1176 kzalloc(sizeof(*ccache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1177 if (!ccache_orangefs_obj) { in orangefs_sysfs_init()
1182 rc = kobject_init_and_add(ccache_orangefs_obj, in orangefs_sysfs_init()
1189 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1250 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_init()
1266 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_exit()