Searched refs:o2nm_node (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.h25 struct o2nm_node { struct
45 struct o2nm_node *cl_nodes[O2NM_MAX_NODES];
61 struct o2nm_node *o2nm_get_node_by_num(u8 node_num);
62 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr);
63 void o2nm_node_get(struct o2nm_node *node);
64 void o2nm_node_put(struct o2nm_node *node);
H A Dheartbeat.h37 struct o2nm_node;
38 typedef void (o2hb_cb_func)(struct o2nm_node *, int, void *);
H A Dtcp.h95 struct o2nm_node;
98 int o2net_start_listening(struct o2nm_node *node);
99 void o2net_stop_listening(struct o2nm_node *node);
100 void o2net_disconnect_node(struct o2nm_node *node);
H A Dnodemanager.c30 struct o2nm_node *o2nm_get_node_by_num(u8 node_num)
32 struct o2nm_node *node = NULL;
64 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster,
71 struct o2nm_node *node, *ret = NULL;
77 node = rb_entry(parent, struct o2nm_node, nd_ip_node);
99 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr)
101 struct o2nm_node *node = NULL;
118 void o2nm_node_put(struct o2nm_node *node)
124 void o2nm_node_get(struct o2nm_node *node)
151 static struct o2nm_node *to_o2nm_nod
[all...]
H A Dtcp_internal.h118 struct o2nm_node *sc_node;
H A Dtcp.c411 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node)
1553 struct o2nm_node *node = NULL, *mynode = NULL;
1694 void o2net_disconnect_node(struct o2nm_node *node)
1712 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,
1726 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,
1784 struct o2nm_node *node = NULL;
1785 struct o2nm_node *local_node = NULL;
2029 int o2net_start_listening(struct o2nm_node *node)
2056 void o2net_stop_listening(struct o2nm_node *node)
2071 struct o2nm_node *nod
[all...]
H A Dheartbeat.c177 struct o2nm_node *hn_node;
739 struct o2nm_node *node,
792 struct o2nm_node *node,
813 struct o2nm_node *node;
892 struct o2nm_node *node;
/linux-master/fs/ocfs2/dlm/
H A Ddlmcommon.h942 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
943 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
H A Ddlmdomain.c1156 struct o2nm_node *local;
1217 struct o2nm_node *node;
H A Ddlmmaster.c40 struct o2nm_node *node,
44 struct o2nm_node *node,
360 struct o2nm_node *node, int idx)
374 struct o2nm_node *node, int idx)
H A Ddlmrecovery.c2479 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data)
2500 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data)

Completed in 184 milliseconds