actions 108 fs/ocfs2/dlm/dlmunlock.c int actions = 0;
actions 158 fs/ocfs2/dlm/dlmunlock.c status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions);
actions 160 fs/ocfs2/dlm/dlmunlock.c status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);
actions 191 fs/ocfs2/dlm/dlmunlock.c actions &= ~(DLM_UNLOCK_REMOVE_LOCK|
actions 206 fs/ocfs2/dlm/dlmunlock.c actions = 0;
actions 219 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_REMOVE_LOCK) {
actions 223 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_REGRANT_LOCK) {
actions 227 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) {
actions 247 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_FREE_LOCK) {
actions 249 fs/ocfs2/dlm/dlmunlock.c BUG_ON(!(actions & DLM_UNLOCK_REMOVE_LOCK));
actions 256 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_CALL_AST)
actions 536 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_CALL_AST |
actions 541 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_CALL_AST |
actions 548 fs/ocfs2/dlm/dlmunlock.c *actions = DLM_UNLOCK_CALL_AST;
actions 552 fs/ocfs2/dlm/dlmunlock.c *actions = 0;
actions 569 fs/ocfs2/dlm/dlmunlock.c *actions = 0;
actions 573 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_FREE_LOCK |
actions 319 init/initramfs.c static __initdata int (*actions[])(void) = {
actions 335 init/initramfs.c while (!actions[state]())