Searched refs:LUSTRE_IMP_CONNECTING (Results 1 – 3 of 3) sorted by relevance
70 case LUSTRE_IMP_CONNECTING: in __import_set_state()406 if (imp->imp_state != LUSTRE_IMP_CONNECTING) in ptlrpc_pinger_force()648 } else if (imp->imp_state == LUSTRE_IMP_CONNECTING) { in ptlrpc_connect_import()654 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_CONNECTING); in ptlrpc_connect_import()718 request->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_connect_import()1482 IMPORT_SET_STATE(imp, LUSTRE_IMP_CONNECTING); in ptlrpc_disconnect_import()1483 req->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_disconnect_import()
1035 } else if (req->rq_send_state == LUSTRE_IMP_CONNECTING && in ptlrpc_import_delay_req()1036 imp->imp_state == LUSTRE_IMP_CONNECTING) { in ptlrpc_import_delay_req()
94 LUSTRE_IMP_CONNECTING = 4, enumerator