Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c92 LASSERTF(obd->obd_starting == 1 || in __llog_ctxt_put()
94 "wrong obd state: %d/%d/%d\n", !!obd->obd_starting, in __llog_ctxt_put()
Dobd_config.c311 if (obd->obd_starting) { in class_setup()
319 obd->obd_starting = 1; in class_setup()
370 obd->obd_starting = 0; in class_setup()
/drivers/staging/lustre/lustre/include/
Dobd.h735 obd_starting:1, /* started setup */ member