Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c1506 mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING, in __ocfs2_cluster_lock()
3423 mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING), in ocfs2_drop_lock()
3508 lockres->l_flags |= OCFS2_LOCK_FREEING; in ocfs2_mark_lockres_freeing()
4069 * OCFS2_LOCK_FREEING and the extra reference are atomic with in ocfs2_dentry_convert_worker()
4075 if (!(lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_dentry_convert_worker()
4304 * still be marked with OCFS2_LOCK_FREEING after this check, in ocfs2_process_blocked_lock()
4308 if (lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_process_blocked_lock()
4318 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) { in ocfs2_process_blocked_lock()
4339 if (lockres->l_flags & OCFS2_LOCK_FREEING) { in ocfs2_schedule_blocked_lock()
H A Docfs2.h120 #define OCFS2_LOCK_FREEING (0x00000080) /* help dlmglue track macro
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c1505 mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING, in __ocfs2_cluster_lock()
3433 mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING), in ocfs2_drop_lock()
3518 lockres->l_flags |= OCFS2_LOCK_FREEING; in ocfs2_mark_lockres_freeing()
4090 * OCFS2_LOCK_FREEING and the extra reference are atomic with in ocfs2_dentry_convert_worker()
4096 if (!(lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_dentry_convert_worker()
4325 * still be marked with OCFS2_LOCK_FREEING after this check, in ocfs2_process_blocked_lock()
4329 if (lockres->l_flags & OCFS2_LOCK_FREEING) in ocfs2_process_blocked_lock()
4339 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) { in ocfs2_process_blocked_lock()
4360 if (lockres->l_flags & OCFS2_LOCK_FREEING) { in ocfs2_schedule_blocked_lock()
H A Docfs2.h118 #define OCFS2_LOCK_FREEING (0x00000080) /* help dlmglue track macro

Completed in 16 milliseconds