Searched refs:lustre_kobj (Results 1 – 6 of 6) sorted by relevance
414 struct kobject *lustre_kobj; variable415 EXPORT_SYMBOL_GPL(lustre_kobj);426 lustre_kobj = kobject_create_and_add("lustre", fs_kobj); in class_procfs_init()427 if (lustre_kobj == NULL) in class_procfs_init()431 rc = sysfs_create_group(lustre_kobj, &lustre_attr_group); in class_procfs_init()433 kobject_put(lustre_kobj); in class_procfs_init()442 kobject_put(lustre_kobj); in class_procfs_init()450 kobject_put(lustre_kobj); in class_procfs_init()464 kobject_put(lustre_kobj); in class_procfs_clean()
163 return sysfs_create_group(lustre_kobj, &lustre_attr_group); in obd_sysctl_init()
139 llite_kset = kset_create_and_add("llite", NULL, lustre_kobj); in init_lustre_lite()
353 extern struct kobject *lustre_kobj;
925 ldlm_kobj = kobject_create_and_add("ldlm", lustre_kobj); in ldlm_setup()
199 type->typ_kobj = kobject_create_and_add(type->typ_name, lustre_kobj); in class_register_type()