Home
last modified time | relevance | path

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

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