Symbol: O2NM_MAX_REGIONS
fs/ocfs2/cluster/heartbeat.c
1420
sizeof(o2hb_live_region_bitmap), O2NM_MAX_REGIONS,
fs/ocfs2/cluster/heartbeat.c
1427
sizeof(o2hb_quorum_region_bitmap), O2NM_MAX_REGIONS,
fs/ocfs2/cluster/heartbeat.c
1434
sizeof(o2hb_failed_region_bitmap), O2NM_MAX_REGIONS,
fs/ocfs2/cluster/heartbeat.c
1449
bitmap_zero(o2hb_region_bitmap, O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
1450
bitmap_zero(o2hb_live_region_bitmap, O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
1451
bitmap_zero(o2hb_quorum_region_bitmap, O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
1452
bitmap_zero(o2hb_failed_region_bitmap, O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
1849
if (bitmap_weight(o2hb_region_bitmap, O2NM_MAX_REGIONS) == 1)
fs/ocfs2/cluster/heartbeat.c
2015
O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
2016
if (reg->hr_region_num >= O2NM_MAX_REGIONS) {
fs/ocfs2/cluster/heartbeat.c
2032
reg->hr_key = crc32_le(reg->hr_region_num + O2NM_MAX_REGIONS,
fs/ocfs2/cluster/heartbeat.c
2122
O2NM_MAX_REGIONS) <= O2HB_PIN_CUT_OFF)
fs/ocfs2/cluster/heartbeat.c
2367
O2NM_MAX_REGIONS) <= O2HB_PIN_CUT_OFF)
fs/ocfs2/cluster/heartbeat.c
303
O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
305
O2NM_MAX_REGIONS);
fs/ocfs2/cluster/heartbeat.c
59
static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
fs/ocfs2/cluster/heartbeat.c
60
static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
fs/ocfs2/cluster/heartbeat.c
61
static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
fs/ocfs2/cluster/heartbeat.c
62
static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
fs/ocfs2/cluster/heartbeat.c
881
O2NM_MAX_REGIONS) > O2HB_PIN_CUT_OFF)
fs/ocfs2/dlm/dlmcommon.h
719
u8 qr_regions[O2HB_MAX_REGION_NAME_LEN * O2NM_MAX_REGIONS];
fs/ocfs2/dlm/dlmdomain.c
1064
O2NM_MAX_REGIONS);
fs/ocfs2/dlm/dlmdomain.c
989
localnr = min(O2NM_MAX_REGIONS, locallen/O2HB_MAX_REGION_NAME_LEN);