Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dheartbeat.c46 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; variable
828 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_shutdown_slot()
866 if (!bitmap_equal(reg->hr_live_node_bitmap, o2hb_live_node_bitmap, in o2hb_set_quorum_device()
909 tmp = test_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
986 set_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
1037 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot()
1413 O2HB_DB_TYPE_LIVENODES, sizeof(o2hb_live_node_bitmap), in o2hb_debug_init()
1414 O2NM_MAX_NODES, o2hb_live_node_bitmap); in o2hb_debug_init()
1447 bitmap_zero(o2hb_live_node_bitmap, O2NM_MAX_NODES); in o2hb_init()
1462 bitmap_copy(map, o2hb_live_node_bitmap, bits); in o2hb_fill_node_map_from_callback()