Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h564 ldt = obd->obd_type->typ_lu; in obd_setup()
604 ldt = obd->obd_type->typ_lu; in obd_precleanup()
633 ldt = obd->obd_type->typ_lu; in obd_cleanup()
684 ldt = obd->obd_type->typ_lu; in obd_process_config()
Dobd.h250 struct lu_device_type *typ_lu; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c203 type->typ_lu = ldt; in class_register_type()
249 if (type->typ_lu) in class_unregister_type()
250 lu_device_type_fini(type->typ_lu); in class_unregister_type()