Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-sysfs.c899 static struct kobject *orangefs_obj; variable
903 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 …]