Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddlmglue.c920 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 clear
1107 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in lockres_set_pending()
[all...]
H A Docfs2.h109 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in macro