Home
last modified time | relevance | path

Searched refs:LUSTRE_IMP_CONNECTING (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c70 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()
Dclient.c1079 } 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h96 LUSTRE_IMP_CONNECTING = 4, enumerator