Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/dlm/
Ddlmconvert.c87 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master()
92 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master()
268 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote()
304 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote()
331 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote()
530 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler()
534 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler()
Ddlmunlock.c131 if (res->state & DLM_LOCK_RES_IN_PROGRESS) { in dlmunlock_common()
139 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common()
238 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common()
Ddlmthread.c304 DLM_LOCK_RES_IN_PROGRESS))); in dlm_shuffle_lists()
680 !!(res->state & DLM_LOCK_RES_IN_PROGRESS), in dlm_thread()
691 if (res->state & (DLM_LOCK_RES_IN_PROGRESS | in dlm_thread()
Ddlmcommon.h280 #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 macro
807 else if (res->state & DLM_LOCK_RES_IN_PROGRESS) in __dlm_lockres_state_to_status()
1022 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS| in __dlm_wait_on_lockres()
Ddlmlock.c236 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote()
249 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote()
Ddlmmaster.c598 res->state = DLM_LOCK_RES_IN_PROGRESS; in dlm_init_lockres()
1008 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_get_lock_resource()
1519 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_master_request_handler()
1913 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_assert_master_handler()
Ddlmrecovery.c1470 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_mig_lockres_handler()