dlm_state         149 fs/ocfs2/dlm/dlmcommon.h 	enum dlm_ctxt_state dlm_state;
dlm_state         672 fs/ocfs2/dlm/dlmdebug.c 	switch (dlm->dlm_state) {
dlm_state         285 fs/ocfs2/dlm/dlmdomain.c 	else if (tmp->dlm_state == DLM_CTXT_JOINED)
dlm_state         316 fs/ocfs2/dlm/dlmdomain.c 	BUG_ON(dlm->dlm_state == DLM_CTXT_JOINED);
dlm_state         372 fs/ocfs2/dlm/dlmdomain.c 	ret = (dlm->dlm_state == DLM_CTXT_JOINED) ||
dlm_state         373 fs/ocfs2/dlm/dlmdomain.c 		(dlm->dlm_state == DLM_CTXT_IN_SHUTDOWN);
dlm_state         526 fs/ocfs2/dlm/dlmdomain.c 	dlm->dlm_state = DLM_CTXT_LEAVING;
dlm_state         681 fs/ocfs2/dlm/dlmdomain.c 	BUG_ON(dlm->dlm_state != DLM_CTXT_JOINED);
dlm_state         692 fs/ocfs2/dlm/dlmdomain.c 		dlm->dlm_state = DLM_CTXT_IN_SHUTDOWN;
dlm_state         850 fs/ocfs2/dlm/dlmdomain.c 	if (dlm->dlm_state != DLM_CTXT_LEAVING) {
dlm_state         854 fs/ocfs2/dlm/dlmdomain.c 		if (dlm->dlm_state == DLM_CTXT_NEW &&
dlm_state        1675 fs/ocfs2/dlm/dlmdomain.c 	dlm->dlm_state = DLM_CTXT_JOINED;
dlm_state        2048 fs/ocfs2/dlm/dlmdomain.c 	dlm->dlm_state = DLM_CTXT_NEW;
dlm_state        2131 fs/ocfs2/dlm/dlmdomain.c 		if (dlm->dlm_state != DLM_CTXT_JOINED) {
dlm_state          21 fs/ocfs2/dlm/dlmdomain.h 	if (dlm->dlm_state == DLM_CTXT_JOINED)
dlm_state          33 fs/ocfs2/dlm/dlmdomain.h 	if (dlm->dlm_state == DLM_CTXT_IN_SHUTDOWN)
dlm_state        3549 fs/ocfs2/dlm/dlmmaster.c 	BUG_ON(dlm->dlm_state != DLM_CTXT_LEAVING);