Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h127 unsigned long exit_domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
H A Ddlmdebug.c707 out += stringify_nodemap(dlm->exit_domain_map, O2NM_MAX_NODES, in debug_state_print()
H A Ddlmmaster.c2994 if (test_bit(lock->ml.node, dlm->exit_domain_map)) in dlm_pick_migration_target()
3010 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target()
H A Ddlmrecovery.c2471 clear_bit(idx, dlm->exit_domain_map); in __dlm_hb_node_down()