Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c1087 static struct kobject *pc_orangefs_obj; variable
1180 pc_orangefs_obj = kzalloc(sizeof(*pc_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1181 if (!pc_orangefs_obj) { in orangefs_sysfs_init()
1186 rc = kobject_init_and_add(pc_orangefs_obj, in orangefs_sysfs_init()
1194 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1217 kobject_put(pc_orangefs_obj); in orangefs_sysfs_init()
1239 kobject_put(pc_orangefs_obj); in orangefs_sysfs_exit()