Lines Matching refs:actions
47 int *actions);
52 int *actions);
91 int actions = 0;
142 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions);
144 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);
173 * let the ast handle all of these actions */
175 actions &= ~(DLM_UNLOCK_REMOVE_LOCK|
183 /* must clear the actions because this unlock
186 mlog(0, "%s:%.*s: clearing actions, %s\n",
193 actions = 0;
209 if (actions & DLM_UNLOCK_REMOVE_LOCK) {
213 if (actions & DLM_UNLOCK_REGRANT_LOCK) {
217 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) {
248 if (actions & DLM_UNLOCK_FREE_LOCK) {
250 BUG_ON(!(actions & DLM_UNLOCK_REMOVE_LOCK));
257 if (actions & DLM_UNLOCK_CALL_AST)
532 int *actions)
539 *actions = (DLM_UNLOCK_CALL_AST |
544 *actions = (DLM_UNLOCK_CALL_AST |
551 *actions = DLM_UNLOCK_CALL_AST;
555 *actions = 0;
564 int *actions)
572 *actions = 0;
576 *actions = (DLM_UNLOCK_FREE_LOCK |