Searched refs:o2nm_node (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.h | 25 struct o2nm_node { struct 45 struct o2nm_node *cl_nodes[O2NM_MAX_NODES]; argument 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 D | nodemanager.c | 31 struct o2nm_node *o2nm_get_node_by_num(u8 node_num) in o2nm_get_node_by_num() 33 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() 65 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster, in o2nm_node_ip_tree_lookup() 72 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() 78 node = rb_entry(parent, struct o2nm_node, nd_ip_node); in o2nm_node_ip_tree_lookup() 100 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr) in o2nm_get_node_by_ip() 102 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() 119 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 125 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 152 static struct o2nm_node *to_o2nm_node(struct config_item *item) in to_o2nm_node() [all …]
|
| H A D | tcp.h | 95 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 D | heartbeat.h | 37 struct o2nm_node; 38 typedef void (o2hb_cb_func)(struct o2nm_node *, int, void *);
|
| H A D | tcp_internal.h | 118 struct o2nm_node *sc_node;
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmcommon.h | 942 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 D | dlmmaster.c | 40 struct o2nm_node *node, 44 struct o2nm_node *node, 360 struct o2nm_node *node, int idx) in dlm_mle_node_down() 374 struct o2nm_node *node, int idx) in dlm_mle_node_up()
|
| H A D | dlmdomain.c | 1156 struct o2nm_node *local; in dlm_match_nodes() 1217 struct o2nm_node *node; in dlm_send_nodeinfo()
|
| H A D | dlmrecovery.c | 2477 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data) in dlm_hb_node_down_cb() 2498 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data) in dlm_hb_node_up_cb()
|