Home
last modified time | relevance | path

Searched refs:DLM_LOCK_RES_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmthread.c87 if (!list_empty(&res->dirty) || res->state & DLM_LOCK_RES_DIRTY) in __dlm_lockres_unused()
524 res->state |= DLM_LOCK_RES_DIRTY; in __dlm_dirty_lockres()
735 !!(res->state & DLM_LOCK_RES_DIRTY)); in dlm_thread()
747 res->state &= ~DLM_LOCK_RES_DIRTY; in dlm_thread()
765 res->state &= ~DLM_LOCK_RES_DIRTY; in dlm_thread()
H A Ddlmcommon.h259 #define DLM_LOCK_RES_DIRTY 0x00000008 macro