Searched refs:DLM_LOCK_RES_BLOCK_DIRTY (Results 1 – 3 of 3) sorted by relevance
2859 BUG_ON(res->state & DLM_LOCK_RES_BLOCK_DIRTY); in dlm_mark_lockres_migrating()2860 res->state |= DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()2905 BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY)); in dlm_mark_lockres_migrating()2906 res->state &= ~DLM_LOCK_RES_BLOCK_DIRTY; in dlm_mark_lockres_migrating()
521 DLM_LOCK_RES_BLOCK_DIRTY)) in __dlm_dirty_lockres()
268 #define DLM_LOCK_RES_BLOCK_DIRTY 0x00001000 macro