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

/linux-master/fs/ocfs2/
H A Ddlmglue.c1505 mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING,
3432 mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING),
3517 lockres->l_flags |= OCFS2_LOCK_FREEING;
4089 * OCFS2_LOCK_FREEING and the extra reference are atomic with
4095 if (!(lockres->l_flags & OCFS2_LOCK_FREEING)
4324 * still be marked with OCFS2_LOCK_FREEING after this check,
4328 if (lockres->l_flags & OCFS2_LOCK_FREEING)
4338 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) {
4359 if (lockres->l_flags & OCFS2_LOCK_FREEING) {
H A Docfs2.h118 #define OCFS2_LOCK_FREEING (0x00000080) /* help dlmglue track macro

Completed in 143 milliseconds