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

/linux-4.4.14/fs/ocfs2/cluster/
H A Docfs2_nodemanager.h34 #define O2NM_INVALID_NODE_NUM 255 macro
H A Dnodemanager.c352 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; o2nm_node_local_store()
592 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; o2nm_node_group_drop_item()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmrecovery.c140 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); __dlm_reset_recovery()
141 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); __dlm_reset_recovery()
334 ready = (dlm->reco.new_master != O2NM_INVALID_NODE_NUM); dlm_reco_master_ready()
460 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM && dlm_do_recovery()
465 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); dlm_do_recovery()
469 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { dlm_do_recovery()
474 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); dlm_do_recovery()
481 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); dlm_do_recovery()
484 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { dlm_do_recovery()
502 if (dlm->reco.new_master == O2NM_INVALID_NODE_NUM) { dlm_do_recovery()
902 if (dlm->reco.new_master == O2NM_INVALID_NODE_NUM) { dlm_request_all_locks_worker()
2523 * != O2NM_INVALID_NODE_NUM (another node will do the reco).
2561 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { dlm_pick_recovery_master()
2565 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM) { dlm_pick_recovery_master()
2612 * reco.new_master != O2NM_INVALID_NODE_NUM dlm_pick_recovery_master()
2767 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM) { dlm_begin_reco_handler()
2779 if (dlm->reco.dead_node != O2NM_INVALID_NODE_NUM) { dlm_begin_reco_handler()
H A Ddlmdomain.c2048 dlm->reco.new_master = O2NM_INVALID_NODE_NUM; dlm_alloc_ctxt()
2049 dlm->reco.dead_node = O2NM_INVALID_NODE_NUM; dlm_alloc_ctxt()
/linux-4.4.14/fs/ocfs2/
H A Dstack_o2cb.c407 if (node_num == O2NM_INVALID_NODE_NUM) o2cb_cluster_this_node()

Completed in 127 milliseconds