Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c67 case LUSTRE_IMP_CLOSED: in __import_set_state()
90 if (imp->imp_state != LUSTRE_IMP_CLOSED) { \
640 if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_connect_import()
794 if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_connect_interpret()
1186 IMPORT_SET_STATE(imp, LUSTRE_IMP_CLOSED); in ptlrpc_connect_interpret()
1495 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_CLOSED); in ptlrpc_disconnect_import()
Drecover.c372 imp->imp_state == LUSTRE_IMP_CLOSED || in ptlrpc_import_in_recovery()
Dclient.c1026 } else if (imp->imp_state == LUSTRE_IMP_CLOSED) { in ptlrpc_import_delay_req()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h91 LUSTRE_IMP_CLOSED = 1, enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c160 if (imp->imp_state != LUSTRE_IMP_CLOSED && in client_import_del_conn()