Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c206 type->typ_lu = ldt; in class_register_type()
253 if (type->typ_lu) in class_unregister_type()
254 lu_device_type_fini(type->typ_lu); in class_unregister_type()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h469 ldt = obd->obd_type->typ_lu; in obd_setup()
510 ldt = obd->obd_type->typ_lu; in obd_precleanup()
539 ldt = obd->obd_type->typ_lu; in obd_cleanup()
587 ldt = obd->obd_type->typ_lu; in obd_process_config()
Dobd.h176 struct lu_device_type *typ_lu; member