Searched refs:obd_notify_observer (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2184 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/ |
D | osc_request.c | 3013 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/ |
D | lov_obd.c | 467 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/ |
D | obd_class.h | 1226 static inline int obd_notify_observer(struct obd_device *observer, in obd_notify_observer() function
|