Searched refs:OCFS2_LOCK_FREEING (Results 1 – 2 of 2) sorted by relevance
1257 mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING, in ocfs2_cluster_lock()2904 mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING), in ocfs2_drop_lock()2987 lockres->l_flags |= OCFS2_LOCK_FREEING; in ocfs2_mark_lockres_freeing()3436 if (!(lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_dentry_convert_worker()3664 if (lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_process_blocked_lock()3674 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) { in ocfs2_process_blocked_lock()3697 if (lockres->l_flags & OCFS2_LOCK_FREEING) { in ocfs2_schedule_blocked_lock()
99 #define OCFS2_LOCK_FREEING (0x00000080) /* help dlmglue track macro