Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c67 case LUSTRE_IMP_CLOSED: in __import_set_state()
90 if (imp->imp_state != LUSTRE_IMP_CLOSED) { \
648 if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_connect_import()
803 if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_connect_interpret()
1196 IMPORT_SET_STATE(imp, LUSTRE_IMP_CLOSED); in ptlrpc_connect_interpret()
1505 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_CLOSED); in ptlrpc_disconnect_import()
1519 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_CLOSED); in ptlrpc_cleanup_imp()
Drecover.c372 imp->imp_state == LUSTRE_IMP_CLOSED || in ptlrpc_import_in_recovery()
Dclient.c1070 } else if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_import_delay_req()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h93 LUSTRE_IMP_CLOSED = 1, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c161 if (imp->imp_state != LUSTRE_IMP_CLOSED && in client_import_del_conn()