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

/linux-master/fs/ocfs2/
H A Docfs2.h128 #define OCFS2_LOCK_UPCONVERT_FINISHING (0x00000800) /* blocks the dc thread macro
H A Ddlmglue.c949 * We set the OCFS2_LOCK_UPCONVERT_FINISHING flag before clearing
956 lockres_or_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
1294 lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
1521 if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING) {
1616 lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
1618 /* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
3803 * This prevents livelocks. OCFS2_LOCK_UPCONVERT_FINISHING flag is
3811 if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING)

Completed in 152 milliseconds