Home
last modified time | relevance | path

Searched refs:LKM_CANCEL (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmunlock.c66 * flags & LKM_CANCEL != 0: must be converting or blocked
67 * flags & LKM_CANCEL == 0: must be granted
70 * convert (passing LKM_CANCEL in flags), then call the unlock
71 * again (with no LKM_CANCEL in flags).
109 if (in_use && !(flags & LKM_CANCEL)) { in dlmunlock_common()
118 if (master_node && !(flags & LKM_CANCEL)) { in dlmunlock_common()
140 * LKM_CANCEL and the lock queue state */ in dlmunlock_common()
141 if (flags & LKM_CANCEL) in dlmunlock_common()
162 if (flags & LKM_CANCEL) in dlmunlock_common()
195 if (flags & LKM_CANCEL) in dlmunlock_common()
[all...]
H A Ddlmapi.h127 #define LKM_CANCEL 0x00002000 /* cancel conversion request */ macro
H A Ddlmcommon.h76 LKM_CANCEL | LKM_INVVALBLK | LKM_FORCE | \
H A Ddlmrecovery.c2623 mlog(0, "got DLM_DENIED, trying LKM_CANCEL\n"); in dlm_pick_recovery_master()
2624 ret = dlmunlock(dlm, &lksb, LKM_CANCEL, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmunlock.c64 * flags & LKM_CANCEL != 0: must be converting or blocked
65 * flags & LKM_CANCEL == 0: must be granted
68 * convert (passing LKM_CANCEL in flags), then call the unlock
69 * again (with no LKM_CANCEL in flags).
107 if (in_use && !(flags & LKM_CANCEL)) { in dlmunlock_common()
116 if (master_node && !(flags & LKM_CANCEL)) { in dlmunlock_common()
138 * LKM_CANCEL and the lock queue state */ in dlmunlock_common()
139 if (flags & LKM_CANCEL) in dlmunlock_common()
160 if (flags & LKM_CANCEL) in dlmunlock_common()
193 if (flags & LKM_CANCEL) in dlmunlock_common()
[all...]
H A Ddlmapi.h125 #define LKM_CANCEL 0x00002000 /* cancel conversion request */ macro
H A Ddlmcommon.h71 LKM_CANCEL | LKM_INVVALBLK | LKM_FORCE | \
H A Ddlmrecovery.c2614 mlog(0, "got DLM_DENIED, trying LKM_CANCEL\n"); in dlm_pick_recovery_master()
2615 ret = dlmunlock(dlm, &lksb, LKM_CANCEL, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_o2cb.c72 map_flag(DLM_LKF_CANCEL, LKM_CANCEL); in flags_to_o2dlm()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstack_o2cb.c67 o2dlm_flags |= LKM_CANCEL; in flags_to_o2dlm()

Completed in 17 milliseconds