Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Ddlmglue.c524 res->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_lock_res_init_common()
1169 lockres->l_unlock_action, lockres->l_level, lockres->l_requested); in ocfs2_locking_ast()
1186 lockres->l_unlock_action); in ocfs2_locking_ast()
1195 if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) in ocfs2_locking_ast()
1196 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_locking_ast()
1216 lockres->l_name, lockres->l_unlock_action); in ocfs2_unlock_ast()
1222 lockres->l_unlock_action); in ocfs2_unlock_ast()
1227 switch(lockres->l_unlock_action) { in ocfs2_unlock_ast()
1244 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_unlock_ast()
1298 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; in ocfs2_recover_from_dlm_error()
[all …]
Docfs2.h179 unsigned char l_unlock_action; member