Searched refs:IMPORT_SET_STATE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 99 #define IMPORT_SET_STATE(imp, state) \ macro 758 IMPORT_SET_STATE(imp, LUSTRE_IMP_DISCON); in ptlrpc_connect_import() 900 IMPORT_SET_STATE(imp, LUSTRE_IMP_REPLAY_LOCKS); in ptlrpc_connect_interpret() 902 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_connect_interpret() 958 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() 972 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() 982 IMPORT_SET_STATE(imp, imp->imp_replay_state); in ptlrpc_connect_interpret() 984 IMPORT_SET_STATE(imp, LUSTRE_IMP_RECOVER); in ptlrpc_connect_interpret() 991 IMPORT_SET_STATE(imp, LUSTRE_IMP_REPLAY); in ptlrpc_connect_interpret() 997 IMPORT_SET_STATE(imp, LUSTRE_IMP_EVICTED); in ptlrpc_connect_interpret() [all …]
|