Home
last modified time | relevance | path

Searched refs:node_updown_hash (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c66 static struct dm_hash_table *node_updown_hash; variable
86 node_updown_hash = dm_hash_create(100); in _init_cluster()
186 …int up = (int)(long)dm_hash_lookup_binary(node_updown_hash, (char *)&nodes[i].cn_nodeid, sizeof(in… in _cluster_do_node_callback()
207 dm_hash_insert_binary(node_updown_hash, (char *)&arg, sizeof(int), (void *)0); in event_callback()
262 dm_hash_insert_binary(node_updown_hash, (char *)&nodeid, sizeof(int), (void *)1); in _add_up_node()
299 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)1); in count_clvmds_running()
301 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)0); in count_clvmds_running()