Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c1127 static struct kobject *pc_orangefs_obj; variable
1131 kfree(pc_orangefs_obj); in pc_orangefs_obj_release()
1132 pc_orangefs_obj = NULL; in pc_orangefs_obj_release()
1264 pc_orangefs_obj = kzalloc(sizeof(*pc_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1265 if (!pc_orangefs_obj) { in orangefs_sysfs_init()
1270 rc = kobject_init_and_add(pc_orangefs_obj, in orangefs_sysfs_init()
1278 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1301 kobject_put(pc_orangefs_obj); in orangefs_sysfs_init()
1323 kobject_put(pc_orangefs_obj); in orangefs_sysfs_exit()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c1109 static struct kobject *pc_orangefs_obj; variable
1202 pc_orangefs_obj = kzalloc(sizeof(*pc_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1203 if (!pc_orangefs_obj) { in orangefs_sysfs_init()
1208 rc = kobject_init_and_add(pc_orangefs_obj, in orangefs_sysfs_init()
1216 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1239 kobject_put(pc_orangefs_obj); in orangefs_sysfs_init()
1261 kobject_put(pc_orangefs_obj); in orangefs_sysfs_exit()

Completed in 3 milliseconds