Lines Matching refs:actions
62 int *actions);
67 int *actions);
106 int actions = 0; in dlmunlock_common() local
156 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
158 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
189 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common()
207 actions = 0; in dlmunlock_common()
220 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common()
224 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common()
228 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common()
248 if (actions & DLM_UNLOCK_FREE_LOCK) { in dlmunlock_common()
250 BUG_ON(!(actions & DLM_UNLOCK_REMOVE_LOCK)); in dlmunlock_common()
257 if (actions & DLM_UNLOCK_CALL_AST) in dlmunlock_common()
532 int *actions) in dlm_get_cancel_actions() argument
539 *actions = (DLM_UNLOCK_CALL_AST | in dlm_get_cancel_actions()
544 *actions = (DLM_UNLOCK_CALL_AST | in dlm_get_cancel_actions()
551 *actions = DLM_UNLOCK_CALL_AST; in dlm_get_cancel_actions()
555 *actions = 0; in dlm_get_cancel_actions()
564 int *actions) in dlm_get_unlock_actions() argument
572 *actions = 0; in dlm_get_unlock_actions()
576 *actions = (DLM_UNLOCK_FREE_LOCK | in dlm_get_unlock_actions()