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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2.h98 #define OCFS2_LOCK_FREEING (0x00000080) /* help dlmglue track macro
H A Ddlmglue.c969 mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING,
2457 mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING),
2537 lockres->l_flags |= OCFS2_LOCK_FREEING;
2960 * OCFS2_LOCK_FREEING and the extra reference are atomic with
2966 if (!(lockres->l_flags & OCFS2_LOCK_FREEING)
3040 * still be marked with OCFS2_LOCK_FREEING after this check,
3044 if (lockres->l_flags & OCFS2_LOCK_FREEING)
3054 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) {
3077 if (lockres->l_flags & OCFS2_LOCK_FREEING) {

Completed in 61 milliseconds