Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c1040 static struct kobject *ccache_orangefs_obj; variable
1044 kfree(ccache_orangefs_obj); in ccache_orangefs_obj_release()
1045 ccache_orangefs_obj = NULL; in ccache_orangefs_obj_release()
1230 ccache_orangefs_obj = in orangefs_sysfs_init()
1231 kzalloc(sizeof(*ccache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1232 if (!ccache_orangefs_obj) { in orangefs_sysfs_init()
1237 rc = kobject_init_and_add(ccache_orangefs_obj, in orangefs_sysfs_init()
1244 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1305 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_init()
1321 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_exit()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c1107 static struct kobject *ccache_orangefs_obj; variable
1168 ccache_orangefs_obj = in orangefs_sysfs_init()
1169 kzalloc(sizeof(*ccache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1170 if (!ccache_orangefs_obj) { in orangefs_sysfs_init()
1175 rc = kobject_init_and_add(ccache_orangefs_obj, in orangefs_sysfs_init()
1182 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1243 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_init()
1259 kobject_put(ccache_orangefs_obj); in orangefs_sysfs_exit()

Completed in 3 milliseconds