Searched refs:l_unlock_action (Results 1 – 2 of 2) sorted by relevance
510 res->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_lock_res_init_common()1081 lockres->l_unlock_action, lockres->l_level, lockres->l_requested); in ocfs2_locking_ast()1098 lockres->l_unlock_action); in ocfs2_locking_ast()1107 if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) in ocfs2_locking_ast()1108 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_locking_ast()1128 lockres->l_name, lockres->l_unlock_action); in ocfs2_unlock_ast()1134 lockres->l_unlock_action); in ocfs2_unlock_ast()1139 switch(lockres->l_unlock_action) { in ocfs2_unlock_ast()1156 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_unlock_ast()1210 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_recover_from_dlm_error()[all …]
191 unsigned char l_unlock_action; member