Searched refs:o2nm_node (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/ocfs2/cluster/ | 
| D | nodemanager.h | 27 struct o2nm_node {  struct47 	struct o2nm_node  	*cl_nodes[O2NM_MAX_NODES];  argument
 63 struct o2nm_node *o2nm_get_node_by_num(u8 node_num);
 64 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr);
 65 void o2nm_node_get(struct o2nm_node *node);
 66 void o2nm_node_put(struct o2nm_node *node);
 
 | 
| D | nodemanager.c | 32 struct o2nm_node *o2nm_get_node_by_num(u8 node_num)  in o2nm_get_node_by_num()34 	struct o2nm_node *node = NULL;  in o2nm_get_node_by_num()
 66 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster,  in o2nm_node_ip_tree_lookup()
 73 	struct o2nm_node *node, *ret = NULL;  in o2nm_node_ip_tree_lookup()
 79 		node = rb_entry(parent, struct o2nm_node, nd_ip_node);  in o2nm_node_ip_tree_lookup()
 101 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr)  in o2nm_get_node_by_ip()
 103 	struct o2nm_node *node = NULL;  in o2nm_get_node_by_ip()
 120 void o2nm_node_put(struct o2nm_node *node)  in o2nm_node_put()
 126 void o2nm_node_get(struct o2nm_node *node)  in o2nm_node_get()
 153 static struct o2nm_node *to_o2nm_node(struct config_item *item)  in to_o2nm_node()
 [all …]
 
 | 
| D | tcp.h | 97 struct o2nm_node;100 int o2net_start_listening(struct o2nm_node *node);
 101 void o2net_stop_listening(struct o2nm_node *node);
 102 void o2net_disconnect_node(struct o2nm_node *node);
 
 | 
| D | heartbeat.h | 39 struct o2nm_node;40 typedef void (o2hb_cb_func)(struct o2nm_node *, int, void *);
 
 | 
| D | tcp.c | 412 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node)  in sc_alloc()1568 	struct o2nm_node *node = NULL, *mynode = NULL;  in o2net_start_connect()
 1719 void o2net_disconnect_node(struct o2nm_node *node)  in o2net_disconnect_node()
 1737 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,  in o2net_hb_node_down_cb()
 1751 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,  in o2net_hb_node_up_cb()
 1809 	struct o2nm_node *node = NULL;  in o2net_accept_one()
 1810 	struct o2nm_node *local_node = NULL;  in o2net_accept_one()
 2064 int o2net_start_listening(struct o2nm_node *node)  in o2net_start_listening()
 2091 void o2net_stop_listening(struct o2nm_node *node)  in o2net_stop_listening()
 2106 		struct o2nm_node *node = o2nm_get_node_by_num(i);  in o2net_stop_listening()
 
 | 
| D | tcp_internal.h | 120 	struct o2nm_node	*sc_node;
 | 
| D | heartbeat.c | 181 	struct o2nm_node        *hn_node;741 				struct o2nm_node *node,  in o2hb_fire_callbacks()
 794 				  struct o2nm_node *node,  in o2hb_queue_node_event()
 815 	struct o2nm_node *node;  in o2hb_shutdown_slot()
 894 	struct o2nm_node *node;  in o2hb_check_slot()
 
 | 
| /Linux-v5.4/fs/ocfs2/dlm/ | 
| D | dlmcommon.h | 952 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);953 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
 
 | 
| D | dlmmaster.c | 42 			      struct o2nm_node *node,46 			    struct o2nm_node *node,
 362 			      struct o2nm_node *node, int idx)  in dlm_mle_node_down()
 376 			    struct o2nm_node *node, int idx)  in dlm_mle_node_up()
 
 | 
| D | dlmdomain.c | 1158 	struct o2nm_node *local;  in dlm_match_nodes()1219 	struct o2nm_node *node;  in dlm_send_nodeinfo()
 
 | 
| D | dlmrecovery.c | 2488 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data)  in dlm_hb_node_down_cb()2509 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data)  in dlm_hb_node_up_cb()
 
 |