Searched refs:DLM_LOCK_RES_IN_PROGRESS (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c89 res->state |= DLM_LOCK_RES_IN_PROGRESS;
94 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
261 * taken: takes and drops res->spinlock, uses DLM_LOCK_RES_IN_PROGRESS
272 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS);
295 res->state |= DLM_LOCK_RES_IN_PROGRESS;
322 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
512 res->state |= DLM_LOCK_RES_IN_PROGRESS;
516 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
H A Ddlmthread.c295 DLM_LOCK_RES_IN_PROGRESS)));
661 res->state & DLM_LOCK_RES_IN_PROGRESS ? "yes" : "no",
672 if (res->state & (DLM_LOCK_RES_IN_PROGRESS |
H A Ddlmunlock.c133 if (res->state & DLM_LOCK_RES_IN_PROGRESS) {
141 res->state |= DLM_LOCK_RES_IN_PROGRESS;
237 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
H A Ddlmlock.c218 res->state |= DLM_LOCK_RES_IN_PROGRESS;
231 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
278 * caller needs: none, but need res->state & DLM_LOCK_RES_IN_PROGRESS
H A Ddlmcommon.h229 #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 macro
692 else if (res->state & DLM_LOCK_RES_IN_PROGRESS)
936 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS|
H A Ddlmmaster.c667 res->state = DLM_LOCK_RES_IN_PROGRESS;
1012 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
1518 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
1898 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
H A Ddlmrecovery.c1424 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;

Completed in 115 milliseconds