Searched refs:o2hb_live_node_bitmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ocfs2/cluster/ |
D | heartbeat.c | 48 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; variable 830 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_shutdown_slot() 868 if (memcmp(reg->hr_live_node_bitmap, o2hb_live_node_bitmap, in o2hb_set_quorum_device() 869 sizeof(o2hb_live_node_bitmap))) in o2hb_set_quorum_device() 911 tmp = test_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot() 988 set_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot() 1039 clear_bit(slot->ds_node_num, o2hb_live_node_bitmap); in o2hb_check_slot() 1415 O2HB_DB_TYPE_LIVENODES, sizeof(o2hb_live_node_bitmap), in o2hb_debug_init() 1416 O2NM_MAX_NODES, o2hb_live_node_bitmap); in o2hb_debug_init() 1451 memset(o2hb_live_node_bitmap, 0, sizeof(o2hb_live_node_bitmap)); in o2hb_init() [all …]
|