Home
last modified time | relevance | path

Searched refs:done_msg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c945 struct dlm_reco_data_done done_msg; in dlm_send_all_done_msg() local
947 memset(&done_msg, 0, sizeof(done_msg)); in dlm_send_all_done_msg()
948 done_msg.node_idx = dlm->node_num; in dlm_send_all_done_msg()
949 done_msg.dead_node = dead_node; in dlm_send_all_done_msg()
951 "my node=%u, dead node=%u\n", send_to, done_msg.node_idx, in dlm_send_all_done_msg()
952 done_msg.dead_node); in dlm_send_all_done_msg()
954 ret = o2net_send_message(DLM_RECO_DATA_DONE_MSG, dlm->key, &done_msg, in dlm_send_all_done_msg()
955 sizeof(done_msg), send_to, &tmpret); in dlm_send_all_done_msg()