Symbol: o2nm_node
fs/ocfs2/cluster/heartbeat.c
178
struct o2nm_node *hn_node;
fs/ocfs2/cluster/heartbeat.c
740
struct o2nm_node *node,
fs/ocfs2/cluster/heartbeat.c
793
struct o2nm_node *node,
fs/ocfs2/cluster/heartbeat.c
814
struct o2nm_node *node;
fs/ocfs2/cluster/heartbeat.c
893
struct o2nm_node *node;
fs/ocfs2/cluster/heartbeat.h
37
struct o2nm_node;
fs/ocfs2/cluster/heartbeat.h
38
typedef void (o2hb_cb_func)(struct o2nm_node *, int, void *);
fs/ocfs2/cluster/nodemanager.c
100
struct o2nm_node *o2nm_get_node_by_ip(__be32 addr)
fs/ocfs2/cluster/nodemanager.c
102
struct o2nm_node *node = NULL;
fs/ocfs2/cluster/nodemanager.c
119
void o2nm_node_put(struct o2nm_node *node)
fs/ocfs2/cluster/nodemanager.c
125
void o2nm_node_get(struct o2nm_node *node)
fs/ocfs2/cluster/nodemanager.c
152
static struct o2nm_node *to_o2nm_node(struct config_item *item)
fs/ocfs2/cluster/nodemanager.c
154
return item ? container_of(item, struct o2nm_node, nd_item) : NULL;
fs/ocfs2/cluster/nodemanager.c
159
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
168
static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node)
fs/ocfs2/cluster/nodemanager.c
187
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
242
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
271
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
31
struct o2nm_node *o2nm_get_node_by_num(u8 node_num)
fs/ocfs2/cluster/nodemanager.c
326
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
33
struct o2nm_node *node = NULL;
fs/ocfs2/cluster/nodemanager.c
585
struct o2nm_node *node = NULL;
fs/ocfs2/cluster/nodemanager.c
590
node = kzalloc_obj(struct o2nm_node);
fs/ocfs2/cluster/nodemanager.c
606
struct o2nm_node *node = to_o2nm_node(item);
fs/ocfs2/cluster/nodemanager.c
65
static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster,
fs/ocfs2/cluster/nodemanager.c
72
struct o2nm_node *node, *ret = NULL;
fs/ocfs2/cluster/nodemanager.c
78
node = rb_entry(parent, struct o2nm_node, nd_ip_node);
fs/ocfs2/cluster/nodemanager.c
788
struct o2nm_node *local_node;
fs/ocfs2/cluster/nodemanager.c
805
struct o2nm_node *local_node;
fs/ocfs2/cluster/nodemanager.h
45
struct o2nm_node *cl_nodes[O2NM_MAX_NODES];
fs/ocfs2/cluster/nodemanager.h
61
struct o2nm_node *o2nm_get_node_by_num(u8 node_num);
fs/ocfs2/cluster/nodemanager.h
62
struct o2nm_node *o2nm_get_node_by_ip(__be32 addr);
fs/ocfs2/cluster/nodemanager.h
63
void o2nm_node_get(struct o2nm_node *node);
fs/ocfs2/cluster/nodemanager.h
64
void o2nm_node_put(struct o2nm_node *node);
fs/ocfs2/cluster/tcp.c
1554
struct o2nm_node *node = NULL, *mynode = NULL;
fs/ocfs2/cluster/tcp.c
1695
void o2net_disconnect_node(struct o2nm_node *node)
fs/ocfs2/cluster/tcp.c
1713
static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,
fs/ocfs2/cluster/tcp.c
1727
static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,
fs/ocfs2/cluster/tcp.c
1785
struct o2nm_node *node = NULL;
fs/ocfs2/cluster/tcp.c
1786
struct o2nm_node *local_node = NULL;
fs/ocfs2/cluster/tcp.c
2033
int o2net_start_listening(struct o2nm_node *node)
fs/ocfs2/cluster/tcp.c
2060
void o2net_stop_listening(struct o2nm_node *node)
fs/ocfs2/cluster/tcp.c
2075
struct o2nm_node *node = o2nm_get_node_by_num(i);
fs/ocfs2/cluster/tcp.c
411
static struct o2net_sock_container *sc_alloc(struct o2nm_node *node)
fs/ocfs2/cluster/tcp.h
100
void o2net_disconnect_node(struct o2nm_node *node);
fs/ocfs2/cluster/tcp.h
95
struct o2nm_node;
fs/ocfs2/cluster/tcp.h
98
int o2net_start_listening(struct o2nm_node *node);
fs/ocfs2/cluster/tcp.h
99
void o2net_stop_listening(struct o2nm_node *node);
fs/ocfs2/cluster/tcp_internal.h
118
struct o2nm_node *sc_node;
fs/ocfs2/dlm/dlmcommon.h
942
void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
fs/ocfs2/dlm/dlmcommon.h
943
void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
fs/ocfs2/dlm/dlmdomain.c
1166
struct o2nm_node *local;
fs/ocfs2/dlm/dlmdomain.c
1227
struct o2nm_node *node;
fs/ocfs2/dlm/dlmmaster.c
360
struct o2nm_node *node, int idx)
fs/ocfs2/dlm/dlmmaster.c
374
struct o2nm_node *node, int idx)
fs/ocfs2/dlm/dlmmaster.c
40
struct o2nm_node *node,
fs/ocfs2/dlm/dlmmaster.c
44
struct o2nm_node *node,
fs/ocfs2/dlm/dlmrecovery.c
2477
void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data)
fs/ocfs2/dlm/dlmrecovery.c
2498
void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data)