Home
last modified time | relevance | path

Searched refs:LUSTRE_IMP_DISCON (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c335 if (imp->imp_state != LUSTRE_IMP_DISCON) { in ptlrpc_recover_import()
373 imp->imp_state == LUSTRE_IMP_DISCON || in ptlrpc_import_in_recovery()
Dimport.c69 case LUSTRE_IMP_DISCON: in __import_set_state()
182 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_DISCON); in ptlrpc_set_import_discon()
758 IMPORT_SET_STATE(imp, LUSTRE_IMP_DISCON); in ptlrpc_connect_import()
1161 IMPORT_SET_STATE(imp, LUSTRE_IMP_DISCON); in ptlrpc_connect_interpret()
1503 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_DISCON); in ptlrpc_disconnect_import()
Dpinger.c116 if (imp->imp_state == LUSTRE_IMP_DISCON) { in ptlrpc_update_next_ping()
214 if (level == LUSTRE_IMP_DISCON && !imp_is_deactive(imp)) { in ptlrpc_pinger_process_import()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h95 LUSTRE_IMP_DISCON = 3, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c162 imp->imp_state != LUSTRE_IMP_DISCON) { in client_import_del_conn()
530 LASSERT(imp->imp_state == LUSTRE_IMP_DISCON); in client_connect_import()