Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Ddlmglue.c525 res->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_lock_res_init_common()
1164 lockres->l_unlock_action, lockres->l_level, lockres->l_requested); in ocfs2_locking_ast()
1181 lockres->l_unlock_action); in ocfs2_locking_ast()
1190 if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) in ocfs2_locking_ast()
1191 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_locking_ast()
1211 lockres->l_name, lockres->l_unlock_action); in ocfs2_unlock_ast()
1217 lockres->l_unlock_action); in ocfs2_unlock_ast()
1222 switch(lockres->l_unlock_action) { in ocfs2_unlock_ast()
1239 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_unlock_ast()
1293 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_recover_from_dlm_error()
[all …]
Docfs2.h181 unsigned char l_unlock_action; member