Lines Matching refs:state
107 buf, res->owner, res->state); in __dlm_print_one_lock_resource()
538 res->owner, res->state, res->last_used, in dump_lockres()
701 char *state; in debug_state_print() local
709 state = "NEW"; break; in debug_state_print()
711 state = "JOINED"; break; in debug_state_print()
713 state = "SHUTDOWN"; break; in debug_state_print()
715 state = "LEAVING"; break; in debug_state_print()
717 state = "UNKNOWN"; break; in debug_state_print()
729 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); in debug_state_print()
807 if (dlm->reco.state == DLM_RECO_STATE_ACTIVE) in debug_state_print()
808 state = "ACTIVE"; in debug_state_print()
810 state = "INACTIVE"; in debug_state_print()
816 dlm->reco.new_master, state); in debug_state_print()
827 switch (node->state) { in debug_state_print()
829 state = "INIT"; in debug_state_print()
832 state = "REQUESTING"; in debug_state_print()
835 state = "DEAD"; in debug_state_print()
838 state = "RECEIVING"; in debug_state_print()
841 state = "REQUESTED"; in debug_state_print()
844 state = "DONE"; in debug_state_print()
847 state = "FINALIZE-SENT"; in debug_state_print()
850 state = "BAD"; in debug_state_print()
854 node->node_num, state); in debug_state_print()