Searched refs:obd_notify_observer (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2311 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DISCON, NULL); in mdc_import_event() 2324 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL); in mdc_import_event() 2335 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in mdc_import_event() 2341 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL); in mdc_import_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 3069 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL); in osc_import_event() 3092 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL); in osc_import_event() 3105 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL); in osc_import_event() 3109 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DEACTIVATE, NULL); in osc_import_event() 3113 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVATE, NULL); in osc_import_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 479 rc = obd_notify_observer(obd, watched, ev, data); in lov_notify() 500 rc = obd_notify_observer(obd, lov->lov_tgts[i]->ltd_obd, in lov_notify()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1324 static inline int obd_notify_observer(struct obd_device *observer, in obd_notify_observer() function
|