Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/
Docfs2_nodemanager.h43 #define O2NM_MAX_REGIONS 32 macro
Dheartbeat.c74 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
75 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
76 static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
77 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
325 O2NM_MAX_REGIONS); in o2hb_write_timeout()
327 O2NM_MAX_REGIONS); in o2hb_write_timeout()
903 O2NM_MAX_REGIONS) > O2HB_PIN_CUT_OFF) in o2hb_set_quorum_device()
1458 O2NM_MAX_REGIONS, in o2hb_debug_init()
1472 O2NM_MAX_REGIONS, in o2hb_debug_init()
1486 O2NM_MAX_REGIONS, in o2hb_debug_init()
[all …]
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmcommon.h740 u8 qr_regions[O2HB_MAX_REGION_NAME_LEN * O2NM_MAX_REGIONS];
Ddlmdomain.c1007 localnr = min(O2NM_MAX_REGIONS, locallen/O2HB_MAX_REGION_NAME_LEN); in dlm_match_regions()
1082 O2NM_MAX_REGIONS); in dlm_send_regions()