Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/dlm/
Ddlmrecovery.c954 struct dlm_reco_data_done done_msg; in dlm_send_all_done_msg() local
956 memset(&done_msg, 0, sizeof(done_msg)); in dlm_send_all_done_msg()
957 done_msg.node_idx = dlm->node_num; in dlm_send_all_done_msg()
958 done_msg.dead_node = dead_node; in dlm_send_all_done_msg()
960 "my node=%u, dead node=%u\n", send_to, done_msg.node_idx, in dlm_send_all_done_msg()
961 done_msg.dead_node); in dlm_send_all_done_msg()
963 ret = o2net_send_message(DLM_RECO_DATA_DONE_MSG, dlm->key, &done_msg, in dlm_send_all_done_msg()
964 sizeof(done_msg), send_to, &tmpret); in dlm_send_all_done_msg()