Searched refs:shutdown_action (Results 1 – 2 of 2) sorted by relevance
66 struct shutdown_action;69 struct shutdown_action *action;82 struct shutdown_action { struct563 static struct shutdown_action __refdata ipl_action = {1399 static struct shutdown_action __refdata reipl_action = {1636 static struct shutdown_action __refdata dump_action = {1654 static struct shutdown_action __refdata dump_reipl_action = {1722 static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,1737 static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,1742 static struct shutdown_action *shutdown_actions_list[] = {
159 void (*shutdown_action)(struct connection *con); member1651 if (dlm_proto_ops->shutdown_action) in shutdown_conn()1652 dlm_proto_ops->shutdown_action(con); in shutdown_conn()1885 .shutdown_action = dlm_tcp_shutdown,