Lines Matching refs:state
107 buf, res->owner, res->state); in __dlm_print_one_lock_resource()
518 res->owner, res->state, res->last_used, in dump_lockres()
681 char *state; in debug_state_print() local
689 state = "NEW"; break; in debug_state_print()
691 state = "JOINED"; break; in debug_state_print()
693 state = "SHUTDOWN"; break; in debug_state_print()
695 state = "LEAVING"; break; in debug_state_print()
697 state = "UNKNOWN"; break; in debug_state_print()
709 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); in debug_state_print()
787 if (dlm->reco.state == DLM_RECO_STATE_ACTIVE) in debug_state_print()
788 state = "ACTIVE"; in debug_state_print()
790 state = "INACTIVE"; in debug_state_print()
796 dlm->reco.new_master, state); in debug_state_print()
807 switch (node->state) { in debug_state_print()
809 state = "INIT"; in debug_state_print()
812 state = "REQUESTING"; in debug_state_print()
815 state = "DEAD"; in debug_state_print()
818 state = "RECEIVING"; in debug_state_print()
821 state = "REQUESTED"; in debug_state_print()
824 state = "DONE"; in debug_state_print()
827 state = "FINALIZE-SENT"; in debug_state_print()
830 state = "BAD"; in debug_state_print()
834 node->node_num, state); in debug_state_print()