Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h111 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in macro
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c919 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in ocfs2_generic_handle_downconvert_action()
930 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_downconvert_action()
935 BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY)); in ocfs2_generic_handle_convert_action()
950 * the OCFS2_LOCK_BUSY flag to prevent the dc thread from in ocfs2_generic_handle_convert_action()
960 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_convert_action()
965 BUG_ON((!(lockres->l_flags & OCFS2_LOCK_BUSY))); in ocfs2_generic_handle_attach_action()
975 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); in ocfs2_generic_handle_attach_action()
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)); in lockres_set_pending()
[all...]
H A Docfs2.h109 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in macro

Completed in 11 milliseconds