Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-sysfs.c938 static struct kobject *acache_orangefs_obj; variable
942 kfree(acache_orangefs_obj); in acache_orangefs_obj_release()
943 acache_orangefs_obj = NULL; in acache_orangefs_obj_release()
1188 acache_orangefs_obj = kzalloc_obj(*acache_orangefs_obj); in orangefs_sysfs_init()
1189 if (!acache_orangefs_obj) { in orangefs_sysfs_init()
1194 rc = kobject_init_and_add(acache_orangefs_obj, in orangefs_sysfs_init()
1202 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1299 kobject_put(acache_orangefs_obj); in orangefs_sysfs_init()
1309 kobject_put(acache_orangefs_obj); in orangefs_sysfs_exit()