Searched refs:DLM_LOCK_RES_BLOCK_DIRTY (Results 1 – 3 of 3) sorted by relevance
2854 BUG_ON(res->state & DLM_LOCK_RES_BLOCK_DIRTY); in dlm_mark_lockres_migrating()2855 res->state |= DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()2900 BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY)); in dlm_mark_lockres_migrating()2901 res->state &= ~DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()
517 DLM_LOCK_RES_BLOCK_DIRTY)) in __dlm_dirty_lockres()
263 #define DLM_LOCK_RES_BLOCK_DIRTY 0x00001000 macro