Searched refs:LUSTRE_IMP_CONNECTING (Results 1 – 3 of 3) sorted by relevance
70 case LUSTRE_IMP_CONNECTING: in __import_set_state()414 if (imp->imp_state != LUSTRE_IMP_CONNECTING) in ptlrpc_pinger_force()656 } else if (imp->imp_state == LUSTRE_IMP_CONNECTING) { in ptlrpc_connect_import()662 IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_CONNECTING); in ptlrpc_connect_import()726 request->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_connect_import()1492 IMPORT_SET_STATE(imp, LUSTRE_IMP_CONNECTING); in ptlrpc_disconnect_import()1493 req->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_disconnect_import()
1079 } else if (req->rq_send_state == LUSTRE_IMP_CONNECTING && in ptlrpc_import_delay_req()1080 imp->imp_state == LUSTRE_IMP_CONNECTING) { in ptlrpc_import_delay_req()
96 LUSTRE_IMP_CONNECTING = 4, enumerator