Searched refs:orangefs_obj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-sysfs.c | 899 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() [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-sysfs.c | 1104 static struct kobject *orangefs_obj; variable 1119 orangefs_obj = kzalloc(sizeof(*orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init() 1120 if (!orangefs_obj) in orangefs_sysfs_init() 1123 rc = kobject_init_and_add(orangefs_obj, in orangefs_sysfs_init() 1131 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init() 1142 orangefs_obj, in orangefs_sysfs_init() 1160 orangefs_obj, in orangefs_sysfs_init() 1177 orangefs_obj, in orangefs_sysfs_init() 1193 orangefs_obj, in orangefs_sysfs_init() [all...] |
Completed in 3 milliseconds