Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Docfs2.h128 #define OCFS2_LOCK_UPCONVERT_FINISHING (0x00000800) /* blocks the dc thread macro
H A Ddlmglue.c950 * We set the OCFS2_LOCK_UPCONVERT_FINISHING flag before clearing in ocfs2_generic_handle_convert_action()
957 lockres_or_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING); in ocfs2_generic_handle_convert_action()
1295 lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING); in ocfs2_recover_from_dlm_error()
1522 if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING) { in __ocfs2_cluster_lock()
1617 lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING); in __ocfs2_cluster_lock()
1619 /* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */ in __ocfs2_cluster_lock()
3800 * This prevents livelocks. OCFS2_LOCK_UPCONVERT_FINISHING flag is in ocfs2_unblock_lock()
3808 if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING) in ocfs2_unblock_lock()