Searched refs:DLM_LOCK_RES_DIRTY (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmthread.c106 if (!list_empty(&res->dirty) || res->state & DLM_LOCK_RES_DIRTY) __dlm_lockres_unused()
472 res->state |= DLM_LOCK_RES_DIRTY; __dlm_dirty_lockres()
664 /* We clear the DLM_LOCK_RES_DIRTY state once we shuffle lists below */ dlm_thread()
683 !!(res->state & DLM_LOCK_RES_DIRTY)); dlm_thread()
694 res->state &= ~DLM_LOCK_RES_DIRTY; dlm_thread()
712 res->state &= ~DLM_LOCK_RES_DIRTY; dlm_thread()
H A Ddlmcommon.h279 #define DLM_LOCK_RES_DIRTY 0x00000008 macro
H A Ddlmmaster.c1975 BUG_ON(res->state & DLM_LOCK_RES_DIRTY); dlm_assert_master_handler()
2760 ret = !!(res->state & DLM_LOCK_RES_DIRTY); dlm_lockres_is_dirty()
2798 res->state & DLM_LOCK_RES_DIRTY ? "yes" : "no"); dlm_mark_lockres_migrating()

Completed in 67 milliseconds