Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c2444 if (!test_bit(idx, dlm->live_nodes_map)) { in __dlm_hb_node_down()
2459 clear_bit(idx, dlm->live_nodes_map); in __dlm_hb_node_down()
2507 set_bit(idx, dlm->live_nodes_map); in dlm_hb_node_up_cb()
2807 !test_bit(br->dead_node, dlm->live_nodes_map)) in dlm_begin_reco_handler()
2814 set_bit(br->dead_node, dlm->live_nodes_map); in dlm_begin_reco_handler()
H A Ddlmcommon.h125 unsigned long live_nodes_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; member