Lines Matching refs:cluster_msg
82 struct cluster_msg { struct
409 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
431 static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg) in process_metadata_update()
438 static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg) in process_remove_disk()
450 static void process_readd_disk(struct mddev *mddev, struct cluster_msg *msg) in process_readd_disk()
462 static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg) in process_recvd_msg()
502 struct cluster_msg msg; in recv_daemon()
512 memcpy(&msg, message_lockres->lksb.sb_lvbptr, sizeof(struct cluster_msg)); in recv_daemon()
572 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
586 sizeof(struct cluster_msg)); in __sendmsg()
623 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg()
793 struct cluster_msg cmsg = {0}; in resync_bitmap()
846 struct cluster_msg cmsg; in metadata_update_finish()
885 struct cluster_msg cmsg = {0}; in resync_info_update()
936 struct cluster_msg cmsg; in add_new_disk()
985 struct cluster_msg cmsg = {0}; in remove_disk()
996 struct cluster_msg cmsg = {0}; in gather_bitmaps()