Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c77 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; variable
323 set_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_write_timeout()
324 failed = bitmap_weight(o2hb_failed_region_bitmap, in o2hb_write_timeout()
355 clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_arm_timeout()
1485 sizeof(o2hb_failed_region_bitmap), in o2hb_debug_init()
1487 o2hb_failed_region_bitmap); in o2hb_debug_init()
1517 memset(o2hb_failed_region_bitmap, 0, sizeof(o2hb_failed_region_bitmap)); in o2hb_init()