Searched refs:LKM_CANCEL (Results 1 – 5 of 5) sorted by relevance
107 if (in_use && !(flags & LKM_CANCEL)) { in dlmunlock_common()116 if (master_node && !(flags & LKM_CANCEL)) { 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()410 if ((flags & (LKM_PUT_LVB|LKM_CANCEL)) == (LKM_PUT_LVB|LKM_CANCEL)) { in dlm_unlock_lock_handler()597 if (flags & ~(LKM_CANCEL | LKM_VALBLK | LKM_INVVALBLK)) { in dlmunlock()602 if ((flags & (LKM_VALBLK | LKM_CANCEL)) == (LKM_VALBLK | LKM_CANCEL)) { in dlmunlock()
125 #define LKM_CANCEL 0x00002000 /* cancel conversion request */ macro
71 LKM_CANCEL | LKM_INVVALBLK | LKM_FORCE | \
2615 ret = dlmunlock(dlm, &lksb, LKM_CANCEL, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master()
67 o2dlm_flags |= LKM_CANCEL; in flags_to_o2dlm()