Home
last modified time | relevance | path

Searched refs:O2NM_INVALID_NODE_NUM (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/dlm/
Ddlmrecovery.c125 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery()
126 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery()
319 ready = (dlm->reco.new_master != O2NM_INVALID_NODE_NUM); in dlm_reco_master_ready()
451 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM && in dlm_do_recovery()
456 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
460 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
465 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
472 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
475 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
494 if (dlm->reco.new_master == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
[all …]
Ddlmdomain.c2033 dlm->reco.new_master = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt()
2034 dlm->reco.dead_node = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt()
/fs/ocfs2/cluster/
Docfs2_nodemanager.h19 #define O2NM_INVALID_NODE_NUM 255 macro
Dnodemanager.c371 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_local_store()
616 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_group_drop_item()
/fs/ocfs2/
Dstack_o2cb.c399 if (node_num == O2NM_INVALID_NODE_NUM) in o2cb_cluster_this_node()