Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c1087 static struct kobject *ncache_orangefs_obj; variable
1091 kfree(ncache_orangefs_obj); in ncache_orangefs_obj_release()
1092 ncache_orangefs_obj = NULL; in ncache_orangefs_obj_release()
1247 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1248 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()
1253 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()
1261 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1303 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()
1322 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c1108 static struct kobject *ncache_orangefs_obj; variable
1185 ncache_orangefs_obj = kzalloc(sizeof(*ncache_orangefs_obj), GFP_KERNEL); in orangefs_sysfs_init()
1186 if (!ncache_orangefs_obj) { in orangefs_sysfs_init()
1191 rc = kobject_init_and_add(ncache_orangefs_obj, in orangefs_sysfs_init()
1199 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1241 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_init()
1260 kobject_put(ncache_orangefs_obj); in orangefs_sysfs_exit()

Completed in 3 milliseconds