Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmthread.c89 if (!list_empty(&res->dirty) || res->state & DLM_LOCK_RES_DIRTY) in __dlm_lockres_unused()
526 res->state |= DLM_LOCK_RES_DIRTY; in __dlm_dirty_lockres()
718 /* We clear the DLM_LOCK_RES_DIRTY state once we shuffle lists below */ in dlm_thread()
737 !!(res->state & DLM_LOCK_RES_DIRTY)); in dlm_thread()
749 res->state &= ~DLM_LOCK_RES_DIRTY; in dlm_thread()
767 res->state &= ~DLM_LOCK_RES_DIRTY; in dlm_thread()
H A Ddlmcommon.h264 #define DLM_LOCK_RES_DIRTY 0x00000008 macro
H A Ddlmmaster.c1940 BUG_ON(res->state & DLM_LOCK_RES_DIRTY); in dlm_assert_master_handler()
2826 ret = !!(res->state & DLM_LOCK_RES_DIRTY); in dlm_lockres_is_dirty()
2864 res->state & DLM_LOCK_RES_DIRTY ? "yes" : "no"); in dlm_mark_lockres_migrating()
/kernel/linux/linux-6.6/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()
716 /* We clear the DLM_LOCK_RES_DIRTY state once we shuffle lists below */ in dlm_thread()
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
H A Ddlmmaster.c1938 BUG_ON(res->state & DLM_LOCK_RES_DIRTY); in dlm_assert_master_handler()
2824 ret = !!(res->state & DLM_LOCK_RES_DIRTY); in dlm_lockres_is_dirty()
2862 res->state & DLM_LOCK_RES_DIRTY ? "yes" : "no"); in dlm_mark_lockres_migrating()

Completed in 15 milliseconds