Searched refs:cluster_msg (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | md-cluster.c | 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() 734 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg() 748 sizeof(struct cluster_msg)); in __sendmsg() [all...] |
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | md-cluster.c | 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() 545 static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg) in process_remove_disk() 562 static void process_readd_disk(struct mddev *mddev, struct cluster_msg *msg) in process_readd_disk() 576 static int process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg) in process_recvd_msg() 629 struct cluster_msg msg; in recv_daemon() 641 memcpy(&msg, message_lockres->lksb.sb_lvbptr, sizeof(struct cluster_msg)); in recv_daemon() 737 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg() 751 sizeof(struct cluster_msg)); in __sendmsg() [all...] |
Completed in 4 milliseconds