Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c1083 static struct kobject *acache_orangefs_obj; variable
1112 acache_orangefs_obj = kzalloc(sizeof(*acache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1113 if (!acache_orangefs_obj) { in orangefs_sysfs_init()
1118 rc = kobject_init_and_add(acache_orangefs_obj, in orangefs_sysfs_init()
1126 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1225 kobject_put(acache_orangefs_obj); in orangefs_sysfs_init()
1235 kobject_put(acache_orangefs_obj); in orangefs_sysfs_exit()