Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-cluster.c109 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()
[all …]