Searched refs:orangefs_obj (Results 1 – 1 of 1) sorted by relevance
899 static struct kobject *orangefs_obj; variable903 kfree(orangefs_obj); in orangefs_obj_release()904 orangefs_obj = NULL; in orangefs_obj_release()1181 orangefs_obj = kzalloc(sizeof(*orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()1182 if (!orangefs_obj) in orangefs_sysfs_init()1185 rc = kobject_init_and_add(orangefs_obj, in orangefs_sysfs_init()1193 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()1204 orangefs_obj, in orangefs_sysfs_init()1222 orangefs_obj, in orangefs_sysfs_init()1239 orangefs_obj, in orangefs_sysfs_init()[all …]