Symbol: DLM_LOCK_RES_IN_PROGRESS
fs/ocfs2/dlm/dlmcommon.h
1003
__dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS|
fs/ocfs2/dlm/dlmcommon.h
789
else if (res->state & DLM_LOCK_RES_IN_PROGRESS)
fs/ocfs2/dlm/dlmconvert.c
256
lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS);
fs/ocfs2/dlm/dlmconvert.c
292
res->state |= DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmconvert.c
319
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmconvert.c
519
res->state |= DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmconvert.c
523
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmconvert.c
70
res->state |= DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmconvert.c
75
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmlock.c
218
res->state |= DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmlock.c
231
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmmaster.c
1488
if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
fs/ocfs2/dlm/dlmmaster.c
1866
if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
fs/ocfs2/dlm/dlmmaster.c
566
res->state = DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmmaster.c
985
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmrecovery.c
1477
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmthread.c
356
DLM_LOCK_RES_IN_PROGRESS)));
fs/ocfs2/dlm/dlmthread.c
732
!!(res->state & DLM_LOCK_RES_IN_PROGRESS),
fs/ocfs2/dlm/dlmthread.c
743
if (res->state & (DLM_LOCK_RES_IN_PROGRESS |
fs/ocfs2/dlm/dlmunlock.c
115
if (res->state & DLM_LOCK_RES_IN_PROGRESS) {
fs/ocfs2/dlm/dlmunlock.c
123
res->state |= DLM_LOCK_RES_IN_PROGRESS;
fs/ocfs2/dlm/dlmunlock.c
225
res->state &= ~DLM_LOCK_RES_IN_PROGRESS;