Searched refs:obd_import_event (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | recover.c | 285 obd_import_event(imp->imp_obd, imp, IMP_EVENT_DEACTIVATE); in ptlrpc_set_import_active() 298 obd_import_event(imp->imp_obd, imp, IMP_EVENT_ACTIVATE); in ptlrpc_set_import_active()
|
D | import.c | 187 obd_import_event(imp->imp_obd, imp, IMP_EVENT_DISCON); in ptlrpc_set_import_discon() 216 obd_import_event(imp->imp_obd, imp, IMP_EVENT_INACTIVE); in ptlrpc_deactivate_import() 372 obd_import_event(imp->imp_obd, imp, IMP_EVENT_INVALIDATE); in ptlrpc_invalidate_import() 393 obd_import_event(obd, imp, IMP_EVENT_ACTIVE); in ptlrpc_activate_import() 865 obd_import_event(imp->imp_obd, imp, IMP_EVENT_OCD); in ptlrpc_connect_interpret()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 119 enum obd_import_event { enum
|
D | obd_class.h | 1182 static inline void obd_import_event(struct obd_device *obd, in obd_import_event() function 1184 enum obd_import_event event) in obd_import_event()
|
D | obd.h | 1060 enum obd_import_event);
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1051 enum obd_import_event event) in mgc_import_event()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2174 enum obd_import_event event) in mdc_import_event()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2996 enum obd_import_event event) in osc_import_event()
|