DLM_LOCK_RES_IN_PROGRESS  798 fs/ocfs2/dlm/dlmcommon.h 	else if (res->state & DLM_LOCK_RES_IN_PROGRESS)
DLM_LOCK_RES_IN_PROGRESS 1013 fs/ocfs2/dlm/dlmcommon.h 	__dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS|
DLM_LOCK_RES_IN_PROGRESS   72 fs/ocfs2/dlm/dlmconvert.c 	res->state |= DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS   77 fs/ocfs2/dlm/dlmconvert.c 	res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  258 fs/ocfs2/dlm/dlmconvert.c 	     lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS);
DLM_LOCK_RES_IN_PROGRESS  294 fs/ocfs2/dlm/dlmconvert.c 	res->state |= DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  321 fs/ocfs2/dlm/dlmconvert.c 	res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  521 fs/ocfs2/dlm/dlmconvert.c 		res->state |= DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  525 fs/ocfs2/dlm/dlmconvert.c 		res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  220 fs/ocfs2/dlm/dlmlock.c 	res->state |= DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  233 fs/ocfs2/dlm/dlmlock.c 	res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  568 fs/ocfs2/dlm/dlmmaster.c 	res->state = DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  988 fs/ocfs2/dlm/dlmmaster.c 	res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS 1492 fs/ocfs2/dlm/dlmmaster.c 		if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
DLM_LOCK_RES_IN_PROGRESS 1878 fs/ocfs2/dlm/dlmmaster.c 			if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
DLM_LOCK_RES_IN_PROGRESS 1488 fs/ocfs2/dlm/dlmrecovery.c 		res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  360 fs/ocfs2/dlm/dlmthread.c 			      DLM_LOCK_RES_IN_PROGRESS)));
DLM_LOCK_RES_IN_PROGRESS  737 fs/ocfs2/dlm/dlmthread.c 				     !!(res->state & DLM_LOCK_RES_IN_PROGRESS),
DLM_LOCK_RES_IN_PROGRESS  748 fs/ocfs2/dlm/dlmthread.c 			if (res->state & (DLM_LOCK_RES_IN_PROGRESS |
DLM_LOCK_RES_IN_PROGRESS  117 fs/ocfs2/dlm/dlmunlock.c 	if (res->state & DLM_LOCK_RES_IN_PROGRESS) {
DLM_LOCK_RES_IN_PROGRESS  125 fs/ocfs2/dlm/dlmunlock.c 		res->state |= DLM_LOCK_RES_IN_PROGRESS;
DLM_LOCK_RES_IN_PROGRESS  227 fs/ocfs2/dlm/dlmunlock.c 	res->state &= ~DLM_LOCK_RES_IN_PROGRESS;