Searched refs:OCFS2_LOCK_BUSY (Results 1 – 2 of 2) sorted by relevance
920 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in ocfs2_generic_handle_downconvert_action() 931 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_downconvert_action() 936 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in ocfs2_generic_handle_convert_action() 951 * the OCFS2_LOCK_BUSY flag to prevent the dc thread from in ocfs2_generic_handle_convert_action() 961 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_convert_action() 966 BUG_ON((!(lockres->l_flags & OCFS2_LOCK_BUSY))); in ocfs2_generic_handle_attach_action() 976 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_attach_action() 1012 * OCFS2_LOCK_BUSY and calling ocfs2_dlm_lock(). See ocfs2_unblock_lock()1017 * returns. The ast clears OCFS2_LOCK_BUSY, and must therefore clear1107 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in lockres_set_pending() [all...]
109 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in macro