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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.h42 struct o2nm_node { struct
62 struct o2nm_node *cl_nodes[O2NM_MAX_NODES];
78 struct o2nm_node *o2nm_get_node_by_num(u8 node_num);
79 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr);
80 void o2nm_node_get(struct o2nm_node *node);
81 void o2nm_node_put(struct o2nm_node *node);
H A Dheartbeat.h52 struct o2nm_node;
53 typedef void (o2hb_cb_func)(struct o2nm_node *, int, void *);
H A Dtcp.h109 struct o2nm_node;
112 int o2net_start_listening(struct o2nm_node *node);
113 void o2net_stop_listening(struct o2nm_node *node);
114 void o2net_disconnect_node(struct o2nm_node *node);
H A Dnodemanager.c44 struct o2nm_node *o2nm_get_node_by_num(u8 node_num)
46 struct o2nm_node *node = NULL;
78 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster,
85 struct o2nm_node *node, *ret = NULL;
91 node = rb_entry(parent, struct o2nm_node, nd_ip_node);
113 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr)
115 struct o2nm_node *node = NULL;
132 void o2nm_node_put(struct o2nm_node *node)
138 void o2nm_node_get(struct o2nm_node *node)
165 static struct o2nm_node *to_o2nm_nod
[all...]
H A Dtcp_internal.h134 struct o2nm_node *sc_node;
H A Dtcp.c374 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node)
1535 struct o2nm_node *node = NULL, *mynode = NULL;
1675 void o2net_disconnect_node(struct o2nm_node *node)
1693 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,
1704 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,
1760 struct o2nm_node *node = NULL;
1761 struct o2nm_node *local_node = NULL;
1959 int o2net_start_listening(struct o2nm_node *node)
1986 void o2net_stop_listening(struct o2nm_node *node)
2001 struct o2nm_node *nod
[all...]
H A Dheartbeat.c100 struct o2nm_node *hn_node;
449 struct o2nm_node *node,
511 struct o2nm_node *node,
530 struct o2nm_node *node;
563 struct o2nm_node *node;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmcommon.h952 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);
H A Ddlmmaster.c57 struct o2nm_node *node,
61 struct o2nm_node *node,
380 struct o2nm_node *node, int idx)
394 struct o2nm_node *node, int idx)
H A Ddlmrecovery.c2409 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data)
2430 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data)

Completed in 107 milliseconds