Lines Matching refs:cluster_msg
105 struct cluster_msg { struct
504 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
526 static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg) in process_metadata_update()
541 static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg) in process_remove_disk()
558 static void process_readd_disk(struct mddev *mddev, struct cluster_msg *msg) in process_readd_disk()
572 static int process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg) in process_recvd_msg()
626 struct cluster_msg msg; in recv_daemon()
638 memcpy(&msg, message_lockres->lksb.sb_lvbptr, sizeof(struct cluster_msg)); in recv_daemon()
731 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
745 sizeof(struct cluster_msg)); in __sendmsg()
782 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg()
977 struct cluster_msg cmsg = {0}; in resync_bitmap()
1072 struct cluster_msg cmsg; in metadata_update_finish()
1106 struct cluster_msg cmsg = {0}; in update_bitmap_size()
1250 struct cluster_msg cmsg; in update_size()
1332 struct cluster_msg cmsg = {0}; in resync_info_update()
1399 struct cluster_msg cmsg; in add_new_disk()
1466 struct cluster_msg cmsg = {0}; in remove_disk()
1528 struct cluster_msg cmsg = {0}; in gather_bitmaps()