Lines Matching refs:cluster_msg
109 struct cluster_msg { struct
514 static int process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
543 static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg) in process_metadata_update()
567 static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg) in process_remove_disk()
584 static void process_readd_disk(struct mddev *mddev, struct cluster_msg *msg) in process_readd_disk()
598 static int process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg) in process_recvd_msg()
656 struct cluster_msg msg; in recv_daemon()
668 memcpy(&msg, message_lockres->lksb.sb_lvbptr, sizeof(struct cluster_msg)); in recv_daemon()
764 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
778 sizeof(struct cluster_msg)); in __sendmsg()
811 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg()
1009 struct cluster_msg cmsg = {0}; in resync_bitmap()
1104 struct cluster_msg cmsg; in metadata_update_finish()
1138 struct cluster_msg cmsg = {0}; in update_bitmap_size()
1298 struct cluster_msg cmsg; in update_size()
1386 struct cluster_msg cmsg = {0}; in resync_start_notify()
1397 struct cluster_msg cmsg = {0}; in resync_info_update()
1464 struct cluster_msg cmsg; in add_new_disk()
1532 struct cluster_msg cmsg = {0}; in remove_disk()
1595 struct cluster_msg cmsg = {0}; in gather_bitmaps()