Searched refs:obd_import_event (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 | 188 obd_import_event(imp->imp_obd, imp, IMP_EVENT_DISCON); in ptlrpc_set_import_discon() 214 obd_import_event(imp->imp_obd, imp, IMP_EVENT_INACTIVE); in ptlrpc_deactivate_and_unlock_import() 380 obd_import_event(imp->imp_obd, imp, IMP_EVENT_INVALIDATE); in ptlrpc_invalidate_import() 401 obd_import_event(obd, imp, IMP_EVENT_ACTIVE); in ptlrpc_activate_import() 874 obd_import_event(imp->imp_obd, imp, IMP_EVENT_OCD); in ptlrpc_connect_interpret()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 121 enum obd_import_event { enum
|
D | obd_class.h | 1280 static inline void obd_import_event(struct obd_device *obd, in obd_import_event() function 1282 enum obd_import_event event) in obd_import_event()
|
D | obd.h | 1199 enum obd_import_event);
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1068 enum obd_import_event event) in mgc_import_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2301 enum obd_import_event event) in mdc_import_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 3052 enum obd_import_event event) in osc_import_event()
|