Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c247 && !(lockres->l_flags & USER_LOCK_IN_CANCEL)) { in user_unlock_ast()
253 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL)); in user_unlock_ast()
254 lockres->l_flags &= ~USER_LOCK_IN_CANCEL; in user_unlock_ast()
257 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL)); in user_unlock_ast()
262 lockres->l_flags &= ~USER_LOCK_IN_CANCEL; in user_unlock_ast()
338 if (lockres->l_flags & USER_LOCK_IN_CANCEL) { in user_dlm_unblock_lock()
345 lockres->l_flags |= USER_LOCK_IN_CANCEL; in user_dlm_unblock_lock()
Duserdlm.h47 #define USER_LOCK_IN_CANCEL (0x00000020) macro