Lines Matching refs:state
92 buf, res->owner, res->state); in __dlm_print_one_lock_resource()
503 res->owner, res->state, res->last_used, in dump_lockres()
666 char *state; in debug_state_print() local
674 state = "NEW"; break; in debug_state_print()
676 state = "JOINED"; break; in debug_state_print()
678 state = "SHUTDOWN"; break; in debug_state_print()
680 state = "LEAVING"; break; in debug_state_print()
682 state = "UNKNOWN"; break; in debug_state_print()
694 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); in debug_state_print()
772 if (dlm->reco.state == DLM_RECO_STATE_ACTIVE) in debug_state_print()
773 state = "ACTIVE"; in debug_state_print()
775 state = "INACTIVE"; in debug_state_print()
781 dlm->reco.new_master, state); in debug_state_print()
792 switch (node->state) { in debug_state_print()
794 state = "INIT"; in debug_state_print()
797 state = "REQUESTING"; in debug_state_print()
800 state = "DEAD"; in debug_state_print()
803 state = "RECEIVING"; in debug_state_print()
806 state = "REQUESTED"; in debug_state_print()
809 state = "DONE"; in debug_state_print()
812 state = "FINALIZE-SENT"; in debug_state_print()
815 state = "BAD"; in debug_state_print()
819 node->node_num, state); in debug_state_print()