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

/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c70 res->state |= DLM_LOCK_RES_IN_PROGRESS;
75 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
245 * taken: takes and drops res->spinlock, uses DLM_LOCK_RES_IN_PROGRESS
256 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS);
292 res->state |= DLM_LOCK_RES_IN_PROGRESS;
319 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
519 res->state |= DLM_LOCK_RES_IN_PROGRESS;
523 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
H A Ddlmunlock.c115 if (res->state & DLM_LOCK_RES_IN_PROGRESS) {
123 res->state |= DLM_LOCK_RES_IN_PROGRESS;
225 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 Ddlmthread.c356 DLM_LOCK_RES_IN_PROGRESS)));
732 !!(res->state & DLM_LOCK_RES_IN_PROGRESS),
743 if (res->state & (DLM_LOCK_RES_IN_PROGRESS |
H A Ddlmcommon.h260 #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 macro
789 else if (res->state & DLM_LOCK_RES_IN_PROGRESS)
1003 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS|
H A Ddlmmaster.c566 res->state = DLM_LOCK_RES_IN_PROGRESS;
986 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;
1490 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
1876 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) {
H A Ddlmrecovery.c1479 res->state &= ~DLM_LOCK_RES_IN_PROGRESS;

Completed in 250 milliseconds