o2hb_failed_region_bitmap   63 fs/ocfs2/cluster/heartbeat.c static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
o2hb_failed_region_bitmap  301 fs/ocfs2/cluster/heartbeat.c 			set_bit(reg->hr_region_num, o2hb_failed_region_bitmap);
o2hb_failed_region_bitmap  302 fs/ocfs2/cluster/heartbeat.c 		failed = bitmap_weight(o2hb_failed_region_bitmap,
o2hb_failed_region_bitmap  333 fs/ocfs2/cluster/heartbeat.c 		clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap);
o2hb_failed_region_bitmap 1435 fs/ocfs2/cluster/heartbeat.c 			  sizeof(o2hb_failed_region_bitmap), O2NM_MAX_REGIONS,
o2hb_failed_region_bitmap 1436 fs/ocfs2/cluster/heartbeat.c 			  o2hb_failed_region_bitmap);
o2hb_failed_region_bitmap 1455 fs/ocfs2/cluster/heartbeat.c 	memset(o2hb_failed_region_bitmap, 0, sizeof(o2hb_failed_region_bitmap));