Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c199 type->typ_kobj = kobject_create_and_add(type->typ_name, lustre_kobj); in class_register_type()
200 if (!type->typ_kobj) { in class_register_type()
219 if (type->typ_kobj) in class_register_type()
220 kobject_put(type->typ_kobj); in class_register_type()
247 if (type->typ_kobj) in class_unregister_type()
248 kobject_put(type->typ_kobj); in class_unregister_type()
Dlprocfs_status.c916 obd->obd_type->typ_kobj, in lprocfs_obd_setup()
/drivers/staging/lustre/lustre/include/
Dobd.h178 struct kobject *typ_kobj; member