Searched refs:IMPORT_SET_STATE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 99 #define IMPORT_SET_STATE(imp, state) \ macro 750 IMPORT_SET_STATE(imp, LUSTRE_IMP_DISCON); in ptlrpc_connect_import() 891 IMPORT_SET_STATE(imp, LUSTRE_IMP_REPLAY_LOCKS); in ptlrpc_connect_interpret() 893 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_connect_interpret() 948 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() 962 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() 972 IMPORT_SET_STATE(imp, imp->imp_replay_state); in ptlrpc_connect_interpret() 974 IMPORT_SET_STATE(imp, LUSTRE_IMP_RECOVER); in ptlrpc_connect_interpret() 981 IMPORT_SET_STATE(imp, LUSTRE_IMP_REPLAY); in ptlrpc_connect_interpret() 987 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() [all …]
|