Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddlmglue.c518 res->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_lock_res_init_common()
1151 lockres->l_unlock_action, lockres->l_level, lockres->l_requested); in ocfs2_locking_ast()
1168 lockres->l_unlock_action); in ocfs2_locking_ast()
1177 if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) in ocfs2_locking_ast()
1178 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_locking_ast()
1198 lockres->l_name, lockres->l_unlock_action); in ocfs2_unlock_ast()
1204 lockres->l_unlock_action); in ocfs2_unlock_ast()
1209 switch(lockres->l_unlock_action) { in ocfs2_unlock_ast()
1226 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_unlock_ast()
1280 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_recover_from_dlm_error()
[all …]
Docfs2.h194 unsigned char l_unlock_action; member