Searched refs:O2NM_INVALID_NODE_NUM (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | ocfs2_nodemanager.h | 19 #define O2NM_INVALID_NODE_NUM 255 macro
|
H A D | nodemanager.c | 371 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | ocfs2_nodemanager.h | 17 #define O2NM_INVALID_NODE_NUM 255 macro
|
H A D | nodemanager.c | 369 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_local_store() 614 cluster->cl_local_node = O2NM_INVALID_NODE_NUM; in o2nm_node_group_drop_item()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 125 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...] |
H A D | dlmdomain.c | 2033 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 123 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery() 124 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in __dlm_reset_recovery() 310 ready = (dlm->reco.new_master != O2NM_INVALID_NODE_NUM); in dlm_reco_master_ready() 442 if (dlm->reco.new_master != O2NM_INVALID_NODE_NUM && in dlm_do_recovery() 447 dlm_set_reco_master(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery() 451 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery() 456 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery() 463 dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM); in dlm_do_recovery() 466 if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery() 485 if (dlm->reco.new_master == O2NM_INVALID_NODE_NUM) { in dlm_do_recovery() [all...] |
H A D | dlmdomain.c | 2028 dlm->reco.new_master = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt() 2029 dlm->reco.dead_node = O2NM_INVALID_NODE_NUM; in dlm_alloc_ctxt()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_o2cb.c | 399 if (node_num == O2NM_INVALID_NODE_NUM) in o2cb_cluster_this_node()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_o2cb.c | 397 if (node_num == O2NM_INVALID_NODE_NUM) in o2cb_cluster_this_node()
|
Completed in 12 milliseconds