Searched refs:O2NM_MAX_REGIONS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 58 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 59 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 60 static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 61 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 297 O2NM_MAX_REGIONS); in o2hb_write_timeout() 299 O2NM_MAX_REGIONS); in o2hb_write_timeout() 873 O2NM_MAX_REGIONS) > O2HB_PIN_CUT_OFF) in o2hb_set_quorum_device() 1412 sizeof(o2hb_live_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() 1419 sizeof(o2hb_quorum_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() 1426 sizeof(o2hb_failed_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() [all...] |
H A D | ocfs2_nodemanager.h | 26 #define O2NM_MAX_REGIONS 32 macro
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | ocfs2_nodemanager.h | 28 #define O2NM_MAX_REGIONS 32 macro
|
H A D | heartbeat.c | 60 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 61 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 62 static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 63 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 301 O2NM_MAX_REGIONS); in o2hb_write_timeout() 303 O2NM_MAX_REGIONS); in o2hb_write_timeout() 880 O2NM_MAX_REGIONS) > O2HB_PIN_CUT_OFF) in o2hb_set_quorum_device() 1419 sizeof(o2hb_live_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() 1426 sizeof(o2hb_quorum_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() 1433 sizeof(o2hb_failed_region_bitmap), O2NM_MAX_REGIONS, in o2hb_debug_init() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmcommon.h | 724 u8 qr_regions[O2HB_MAX_REGION_NAME_LEN * O2NM_MAX_REGIONS];
|
H A D | dlmdomain.c | 991 localnr = min(O2NM_MAX_REGIONS, locallen/O2HB_MAX_REGION_NAME_LEN); in dlm_match_regions() 1066 O2NM_MAX_REGIONS); in dlm_send_regions()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmcommon.h | 719 u8 qr_regions[O2HB_MAX_REGION_NAME_LEN * O2NM_MAX_REGIONS];
|
H A D | dlmdomain.c | 989 localnr = min(O2NM_MAX_REGIONS, locallen/O2HB_MAX_REGION_NAME_LEN); in dlm_match_regions() 1064 O2NM_MAX_REGIONS); in dlm_send_regions()
|
Completed in 15 milliseconds