Searched refs:DLM_LOCK_RES_BLOCK_DIRTY (Results 1 – 3 of 3) sorted by relevance
2787 BUG_ON(res->state & DLM_LOCK_RES_BLOCK_DIRTY); in dlm_mark_lockres_migrating()2788 res->state |= DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()2833 BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY)); in dlm_mark_lockres_migrating()2834 res->state &= ~DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()
471 DLM_LOCK_RES_BLOCK_DIRTY)) in __dlm_dirty_lockres()
283 #define DLM_LOCK_RES_BLOCK_DIRTY 0x00001000 macro