Searched refs:live_nodes_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ocfs2/dlm/ ! |
D | dlmdomain.c | 1431 byte_copymap(join_msg.node_map, dlm->live_nodes_map, O2NM_MAX_NODES); in dlm_request_join() 1545 live = test_bit(node, dlm->live_nodes_map); in dlm_send_join_asserts() 1579 ret = memcmp(ctxt->live_map, dlm->live_nodes_map, in dlm_should_restart_join() 1580 sizeof(dlm->live_nodes_map)); in dlm_should_restart_join() 1607 o2hb_fill_node_map(dlm->live_nodes_map, sizeof(dlm->live_nodes_map)); in dlm_try_to_join_domain() 1610 memcpy(ctxt->live_map, dlm->live_nodes_map, sizeof(ctxt->live_map)); in dlm_try_to_join_domain() 2013 memset(dlm->live_nodes_map, 0, sizeof(dlm->live_nodes_map)); in dlm_alloc_ctxt()
|
D | dlmrecovery.c | 2445 if (!test_bit(idx, dlm->live_nodes_map)) { in __dlm_hb_node_down() 2460 clear_bit(idx, dlm->live_nodes_map); in __dlm_hb_node_down() 2508 set_bit(idx, dlm->live_nodes_map); in dlm_hb_node_up_cb() 2808 !test_bit(br->dead_node, dlm->live_nodes_map)) in dlm_begin_reco_handler() 2815 set_bit(br->dead_node, dlm->live_nodes_map); in dlm_begin_reco_handler()
|
D | dlmcommon.h | 125 unsigned long live_nodes_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
|
D | dlmdebug.c | 713 out += stringify_nodemap(dlm->live_nodes_map, O2NM_MAX_NODES, in debug_state_print()
|