[go: nahoru, domu]

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

/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c2308 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DISCON, NULL);
2321 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL);
2332 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL);
2338 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL);
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c3071 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_INACTIVE, NULL);
3094 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVE, NULL);
3107 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_OCD, NULL);
3111 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_DEACTIVATE, NULL);
3115 rc = obd_notify_observer(obd, obd, OBD_NOTIFY_ACTIVATE, NULL);
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c480 rc = obd_notify_observer(obd, watched, ev, data);
501 rc = obd_notify_observer(obd, lov->lov_tgts[i]->ltd_obd,
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1303 static inline int obd_notify_observer(struct obd_device *observer, function

Completed in 50 milliseconds