Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h100 LUSTRE_IMP_EVICTED = 10, enumerator
112 LASSERT (state <= LUSTRE_IMP_EVICTED); in ptlrpc_import_state_name()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c948 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
962 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
987 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
1319 if (imp->imp_state == LUSTRE_IMP_EVICTED) { in ptlrpc_import_recovery_state_machine()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1032 if (cli->cl_import->imp_state == LUSTRE_IMP_EVICTED) in osc_init_grant()