Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c1430 byte_copymap(join_msg.node_map, dlm->live_nodes_map, O2NM_MAX_NODES); in dlm_request_join()
1543 live = test_bit(node, dlm->live_nodes_map); in dlm_send_join_asserts()
1577 ret = !bitmap_equal(ctxt->live_map, dlm->live_nodes_map, in dlm_should_restart_join()
1605 o2hb_fill_node_map(dlm->live_nodes_map, O2NM_MAX_NODES); in dlm_try_to_join_domain()
1608 bitmap_copy(ctxt->live_map, dlm->live_nodes_map, O2NM_MAX_NODES); in dlm_try_to_join_domain()
2009 bitmap_zero(dlm->live_nodes_map, O2NM_MAX_NODES); in dlm_alloc_ctxt()
H A Ddlmrecovery.c2443 if (!test_bit(idx, dlm->live_nodes_map)) { in __dlm_hb_node_down()
2458 clear_bit(idx, dlm->live_nodes_map); in __dlm_hb_node_down()
2506 set_bit(idx, dlm->live_nodes_map); in dlm_hb_node_up_cb()
2806 !test_bit(br->dead_node, dlm->live_nodes_map)) in dlm_begin_reco_handler()
2813 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