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

/linux-master/fs/ocfs2/
H A Ddlmglue.c919 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
930 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
935 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
950 * the OCFS2_LOCK_BUSY flag to prevent the dc thread from
960 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
965 BUG_ON((!(lockres->l_flags & OCFS2_LOCK_BUSY)));
975 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
1011 * OCFS2_LOCK_BUSY and calling ocfs2_dlm_lock(). See ocfs2_unblock_lock()
1016 * returns. The ast clears OCFS2_LOCK_BUSY, and must therefore clear
1106 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
[all...]
H A Docfs2.h109 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in macro

Completed in 129 milliseconds