hr_region_num 225 fs/ocfs2/cluster/heartbeat.c unsigned int hr_region_num; hr_region_num 300 fs/ocfs2/cluster/heartbeat.c if (test_bit(reg->hr_region_num, o2hb_quorum_region_bitmap)) hr_region_num 301 fs/ocfs2/cluster/heartbeat.c set_bit(reg->hr_region_num, o2hb_failed_region_bitmap); hr_region_num 333 fs/ocfs2/cluster/heartbeat.c clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap); hr_region_num 860 fs/ocfs2/cluster/heartbeat.c if (test_bit(reg->hr_region_num, o2hb_quorum_region_bitmap)) hr_region_num 875 fs/ocfs2/cluster/heartbeat.c set_bit(reg->hr_region_num, o2hb_quorum_region_bitmap); hr_region_num 1313 fs/ocfs2/cluster/heartbeat.c reg->hr_region_num); hr_region_num 1901 fs/ocfs2/cluster/heartbeat.c set_bit(reg->hr_region_num, o2hb_live_region_bitmap); hr_region_num 2027 fs/ocfs2/cluster/heartbeat.c reg->hr_region_num = 0; hr_region_num 2029 fs/ocfs2/cluster/heartbeat.c reg->hr_region_num = find_first_zero_bit(o2hb_region_bitmap, hr_region_num 2031 fs/ocfs2/cluster/heartbeat.c if (reg->hr_region_num >= O2NM_MAX_REGIONS) { hr_region_num 2036 fs/ocfs2/cluster/heartbeat.c set_bit(reg->hr_region_num, o2hb_region_bitmap); hr_region_num 2047 fs/ocfs2/cluster/heartbeat.c reg->hr_key = crc32_le(reg->hr_region_num + O2NM_MAX_REGIONS, hr_region_num 2094 fs/ocfs2/cluster/heartbeat.c clear_bit(reg->hr_region_num, o2hb_region_bitmap); hr_region_num 2095 fs/ocfs2/cluster/heartbeat.c clear_bit(reg->hr_region_num, o2hb_live_region_bitmap); hr_region_num 2096 fs/ocfs2/cluster/heartbeat.c if (test_bit(reg->hr_region_num, o2hb_quorum_region_bitmap)) hr_region_num 2098 fs/ocfs2/cluster/heartbeat.c clear_bit(reg->hr_region_num, o2hb_quorum_region_bitmap);