Lines Matching refs:actions
45 int *actions);
50 int *actions);
89 int actions = 0; in dlmunlock_common() local
140 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
142 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
173 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common()
191 actions = 0; in dlmunlock_common()
207 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common()
211 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common()
215 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common()
246 if (actions & DLM_UNLOCK_FREE_LOCK) { in dlmunlock_common()
248 BUG_ON(!(actions & DLM_UNLOCK_REMOVE_LOCK)); in dlmunlock_common()
255 if (actions & DLM_UNLOCK_CALL_AST) in dlmunlock_common()
530 int *actions) in dlm_get_cancel_actions() argument
537 *actions = (DLM_UNLOCK_CALL_AST | in dlm_get_cancel_actions()
542 *actions = (DLM_UNLOCK_CALL_AST | in dlm_get_cancel_actions()
549 *actions = DLM_UNLOCK_CALL_AST; in dlm_get_cancel_actions()
553 *actions = 0; in dlm_get_cancel_actions()
562 int *actions) in dlm_get_unlock_actions() argument
570 *actions = 0; in dlm_get_unlock_actions()
574 *actions = (DLM_UNLOCK_FREE_LOCK | in dlm_get_unlock_actions()