Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c946 static struct kobject *acache_orangefs_obj; variable
950 kfree(acache_orangefs_obj); in acache_orangefs_obj_release()
951 acache_orangefs_obj = NULL; in acache_orangefs_obj_release()
1196 acache_orangefs_obj = kzalloc(sizeof(*acache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1197 if (!acache_orangefs_obj) { in orangefs_sysfs_init()
1202 rc = kobject_init_and_add(acache_orangefs_obj, in orangefs_sysfs_init()
1210 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1309 kobject_put(acache_orangefs_obj); in orangefs_sysfs_init()
1319 kobject_put(acache_orangefs_obj); in orangefs_sysfs_exit()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c1105 static struct kobject *acache_orangefs_obj; variable
1134 acache_orangefs_obj = kzalloc(sizeof(*acache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1135 if (!acache_orangefs_obj) { in orangefs_sysfs_init()
1140 rc = kobject_init_and_add(acache_orangefs_obj, in orangefs_sysfs_init()
1148 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1247 kobject_put(acache_orangefs_obj); in orangefs_sysfs_init()
1257 kobject_put(acache_orangefs_obj); in orangefs_sysfs_exit()

Completed in 4 milliseconds