Home
last modified time | relevance | path

Searched refs:obd_notify_observer (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2184 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DISCON, NULL); in mdc_import_event()
2197 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL); in mdc_import_event()
2208 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in mdc_import_event()
2214 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL); in mdc_import_event()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c3013 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL); in osc_import_event()
3036 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in osc_import_event()
3049 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL); in osc_import_event()
3053 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DEACTIVATE, NULL); in osc_import_event()
3057 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVATE, NULL); in osc_import_event()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c467 rc = obd_notify_observer(obd, watched, ev, data); in lov_notify()
488 rc = obd_notify_observer(obd, lov->lov_tgts[i]->ltd_obd, in lov_notify()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1226 static inline int obd_notify_observer(struct obd_device *observer, in obd_notify_observer() function