Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/
Docfs2_nodemanager.h34 #define O2NM_INVALID_NODE_NUM 255 macro
Dnodemanager.c385 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_local_store()
630 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_group_drop_item()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmrecovery.c140 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery()
141 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery()
334 ready = (dlm->reco.new_master != O2NM_INVALID_NODE_NUM); in dlm_reco_master_ready()
466 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM && in dlm_do_recovery()
471 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
475 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
480 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
487 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery()
490 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
509 if (dlm->reco.new_master == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery()
[all …]
Ddlmdomain.c2056 dlm->reco.new_master = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt()
2057 dlm->reco.dead_node = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt()
/linux-4.19.296/fs/ocfs2/
Dstack_o2cb.c407 if (node_num == O2NM_INVALID_NODE_NUM) in o2cb_cluster_this_node()