Home
last modified time | relevance | path

Searched refs:OBD_NOTIFY_ACTIVE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c154 if (ev == OBD_NOTIFY_ACTIVE || ev == OBD_NOTIFY_INACTIVE) { in lmv_notify()
160 ev == OBD_NOTIFY_ACTIVE); in lmv_notify()
163 ev == OBD_NOTIFY_ACTIVE ? "" : "de", in lmv_notify()
384 OBD_NOTIFY_ACTIVE, in lmv_connect_mdc()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c395 } else if (ev == OBD_NOTIFY_INACTIVE || ev == OBD_NOTIFY_ACTIVE) { in lov_set_osc_active()
396 active = (ev == OBD_NOTIFY_ACTIVE) ? 1 : 0; in lov_set_osc_active()
436 if (ev == OBD_NOTIFY_ACTIVE || ev == OBD_NOTIFY_INACTIVE || in lov_notify()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h665 OBD_NOTIFY_ACTIVE, enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2208 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in mdc_import_event()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c3036 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in osc_import_event()