Lines Matching refs:cluster_msg
79 struct cluster_msg { struct
376 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
398 static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg) in process_metadata_update()
406 static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg) in process_remove_disk()
416 static void process_readd_disk(struct mddev *mddev, struct cluster_msg *msg) in process_readd_disk()
426 static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg) in process_recvd_msg()
469 struct cluster_msg msg; in recv_daemon()
478 memcpy(&msg, message_lockres->lksb.sb_lvbptr, sizeof(struct cluster_msg)); in recv_daemon()
523 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
537 sizeof(struct cluster_msg)); in __sendmsg()
568 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg()
772 struct cluster_msg cmsg; in metadata_update_finish()
793 struct cluster_msg cmsg; in resync_send()
841 struct cluster_msg cmsg; in add_new_disk_start()
867 struct cluster_msg cmsg; in add_new_disk_finish()
895 struct cluster_msg cmsg; in remove_disk()
906 struct cluster_msg cmsg; in gather_bitmaps()