Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.c525 res->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_lock_res_init_common()
1170 lockres->l_unlock_action, lockres->l_level, lockres->l_requested); in ocfs2_locking_ast()
1187 lockres->l_unlock_action); in ocfs2_locking_ast()
1196 if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) in ocfs2_locking_ast()
1197 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_locking_ast()
1217 lockres->l_name, lockres->l_unlock_action); in ocfs2_unlock_ast()
1223 lockres->l_unlock_action); in ocfs2_unlock_ast()
1228 switch(lockres->l_unlock_action) { in ocfs2_unlock_ast()
1245 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_unlock_ast()
1299 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_recover_from_dlm_error()
[all …]
Docfs2.h181 unsigned char l_unlock_action; member