Searched refs:O2NM_MAX_NODES (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | stack_o2cb.c | 257 unsigned long hbmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2cb_cluster_check() 258 unsigned long netmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2cb_cluster_check() 261 if (node_num == O2NM_MAX_NODES) { in o2cb_cluster_check() 276 o2hb_fill_node_map(hbmap, O2NM_MAX_NODES); in o2cb_cluster_check() 283 o2net_fill_node_map(netmap, O2NM_MAX_NODES); in o2cb_cluster_check() 286 if (bitmap_equal(hbmap, netmap, O2NM_MAX_NODES)) in o2cb_cluster_check() 294 while ((i = find_next_bit(hbmap, O2NM_MAX_NODES, in o2cb_cluster_check() 295 i + 1)) < O2NM_MAX_NODES) { in o2cb_cluster_check() 400 if (node_num >= O2NM_MAX_NODES) in o2cb_cluster_this_node()
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmcommon.h | 18 #define DLM_LOCK_RES_OWNER_UNKNOWN O2NM_MAX_NODES 48 unsigned long maybe_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 49 unsigned long vote_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 50 unsigned long response_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 51 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 95 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 125 unsigned long live_nodes_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 126 unsigned long domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 127 unsigned long exit_domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 128 unsigned long recovery_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; [all …]
|
| H A D | dlmthread.c | 95 bit = find_first_bit(res->refmap, O2NM_MAX_NODES); in __dlm_lockres_unused() 96 if (bit < O2NM_MAX_NODES) in __dlm_lockres_unused()
|
| H A D | dlmrecovery.c | 454 bit = find_first_bit(dlm->recovery_map, O2NM_MAX_NODES); in dlm_do_recovery() 455 if (bit >= O2NM_MAX_NODES || bit < 0) in dlm_do_recovery() 734 bitmap_copy(dlm->reco.node_map, dlm->domain_map, O2NM_MAX_NODES); in dlm_init_recovery_area() 740 num = find_next_bit (dlm->reco.node_map, O2NM_MAX_NODES, num); in dlm_init_recovery_area() 741 if (num >= O2NM_MAX_NODES) { in dlm_init_recovery_area() 1797 u8 from = O2NM_MAX_NODES; in dlm_process_recovery_data()
|
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.h | 45 struct o2nm_node *cl_nodes[O2NM_MAX_NODES]; 53 unsigned long cl_nodes_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
|
| H A D | netdebug.c | 438 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2net_fill_bitmap() 441 o2net_fill_node_map(map, O2NM_MAX_NODES); in o2net_fill_bitmap() 443 while ((i = find_next_bit(map, O2NM_MAX_NODES, i + 1)) < O2NM_MAX_NODES) in o2net_fill_bitmap()
|
| H A D | ocfs2_nodemanager.h | 16 #define O2NM_MAX_NODES 255 macro
|
| H A D | nodemanager.c | 35 if (node_num >= O2NM_MAX_NODES || o2nm_single_cluster == NULL) in o2nm_get_node_by_num() 58 bitmap_copy(map, cluster->cl_nodes_bitmap, O2NM_MAX_NODES); in o2nm_configured_node_map() 133 u8 node_num = O2NM_MAX_NODES; in o2nm_this_node() 197 if (tmp >= O2NM_MAX_NODES) in o2nm_node_num_store()
|
| H A D | tcp.c | 94 static struct o2net_node o2net_nodes[O2NM_MAX_NODES]; 1005 for (node = 0; node < O2NM_MAX_NODES; ++node) { in o2net_fill_node_map()
|