Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h102 LUSTRE_IMP_EVICTED = 10, enumerator
114 LASSERT (state <= LUSTRE_IMP_EVICTED); in ptlrpc_import_state_name()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c958 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
972 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
997 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret()
1329 if (imp->imp_state == LUSTRE_IMP_EVICTED) { in ptlrpc_import_recovery_state_machine()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1063 if (cli->cl_import->imp_state == LUSTRE_IMP_EVICTED) in osc_init_grant()