Home
last modified time | relevance | path

Searched refs:USER_LOCK_IN_CANCEL (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlmfs/
Duserdlm.c248 && !(lockres->l_flags & USER_LOCK_IN_CANCEL)) { in user_unlock_ast()
254 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL)); in user_unlock_ast()
255 lockres->l_flags &= ~USER_LOCK_IN_CANCEL; in user_unlock_ast()
258 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL)); in user_unlock_ast()
263 lockres->l_flags &= ~USER_LOCK_IN_CANCEL; in user_unlock_ast()
339 if (lockres->l_flags & USER_LOCK_IN_CANCEL) { in user_dlm_unblock_lock()
346 lockres->l_flags |= USER_LOCK_IN_CANCEL; in user_dlm_unblock_lock()
Duserdlm.h47 #define USER_LOCK_IN_CANCEL (0x00000020) macro