Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c993 static struct kobject *capcache_orangefs_obj; variable
997 kfree(capcache_orangefs_obj); in capcache_orangefs_obj_release()
998 capcache_orangefs_obj = NULL; in capcache_orangefs_obj_release()
1213 capcache_orangefs_obj = in orangefs_sysfs_init()
1214 kzalloc(sizeof(*capcache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1215 if (!capcache_orangefs_obj) { in orangefs_sysfs_init()
1220 rc = kobject_init_and_add(capcache_orangefs_obj, in orangefs_sysfs_init()
1227 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1307 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_init()
1320 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_exit()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c1106 static struct kobject *capcache_orangefs_obj; variable
1151 capcache_orangefs_obj = in orangefs_sysfs_init()
1152 kzalloc(sizeof(*capcache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1153 if (!capcache_orangefs_obj) { in orangefs_sysfs_init()
1158 rc = kobject_init_and_add(capcache_orangefs_obj, in orangefs_sysfs_init()
1165 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1245 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_init()
1258 kobject_put(capcache_orangefs_obj); in orangefs_sysfs_exit()

Completed in 3 milliseconds