Searched refs:reco (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 106 if (dlm->reco.dead_node != dead_node) in dlm_set_reco_dead_node() 108 dlm->name, dlm->reco.dead_node, dead_node); in dlm_set_reco_dead_node() 109 dlm->reco.dead_node = dead_node; in dlm_set_reco_dead_node() 117 dlm->name, dlm->reco.new_master, master); in dlm_set_reco_master() 118 dlm->reco.new_master = master; in dlm_set_reco_master() 124 clear_bit(dlm->reco.dead_node, dlm->recovery_map); in __dlm_reset_recovery() 179 * this will wake the reco thread in one of three places in dlm_kick_recovery_thread() 182 * 3) recovery mastered here, waiting on reco data */ in dlm_kick_recovery_thread() 244 dlm->reco.state & DLM_RECO_STATE_ACTIVE ? "ACTIVE" : "inactive", in dlm_print_reco_node_status() 245 dlm->reco in dlm_print_reco_node_status() [all...] |
H A D | dlmdomain.c | 450 if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_migrate_all_locks() 863 } else if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_query_join_handler() 933 if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_assert_joined_handler() 2001 INIT_LIST_HEAD(&dlm->reco.resources); in dlm_alloc_ctxt() 2002 INIT_LIST_HEAD(&dlm->reco.node_data); in dlm_alloc_ctxt() 2006 dlm->reco.state = 0; in dlm_alloc_ctxt() 2023 init_waitqueue_head(&dlm->reco.event); in dlm_alloc_ctxt() 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()
|
H A D | dlmdebug.c | 96 printk(" on dirty list: %s, on reco list: %s, " in __dlm_print_one_lock_resource() 769 "Dead Node: %d\n", dlm->reco.dead_node); in debug_state_print() 772 if (dlm->reco.state == DLM_RECO_STATE_ACTIVE) in debug_state_print() 781 dlm->reco.new_master, state); in debug_state_print() 791 list_for_each_entry(node, &dlm->reco.node_data, list) { in debug_state_print()
|
H A D | dlmcommon.h | 134 struct dlm_recovery_ctxt reco; member
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 104 if (dlm->reco.dead_node != dead_node) in dlm_set_reco_dead_node() 106 dlm->name, dlm->reco.dead_node, dead_node); in dlm_set_reco_dead_node() 107 dlm->reco.dead_node = dead_node; in dlm_set_reco_dead_node() 115 dlm->name, dlm->reco.new_master, master); in dlm_set_reco_master() 116 dlm->reco.new_master = master; in dlm_set_reco_master() 122 clear_bit(dlm->reco.dead_node, dlm->recovery_map); in __dlm_reset_recovery() 170 * this will wake the reco thread in one of three places in dlm_kick_recovery_thread() 173 * 3) recovery mastered here, waiting on reco data */ in dlm_kick_recovery_thread() 235 dlm->reco.state & DLM_RECO_STATE_ACTIVE ? "ACTIVE" : "inactive", in dlm_print_reco_node_status() 236 dlm->reco in dlm_print_reco_node_status() [all...] |
H A D | dlmdomain.c | 448 if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_migrate_all_locks() 861 } else if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_query_join_handler() 931 if (dlm->reco.state & DLM_RECO_STATE_ACTIVE) { in dlm_assert_joined_handler() 1996 INIT_LIST_HEAD(&dlm->reco.resources); in dlm_alloc_ctxt() 1997 INIT_LIST_HEAD(&dlm->reco.node_data); in dlm_alloc_ctxt() 2001 dlm->reco.state = 0; in dlm_alloc_ctxt() 2018 init_waitqueue_head(&dlm->reco.event); in dlm_alloc_ctxt() 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()
|
H A D | dlmdebug.c | 94 printk(" on dirty list: %s, on reco list: %s, " in __dlm_print_one_lock_resource() 767 "Dead Node: %d\n", dlm->reco.dead_node); in debug_state_print() 770 if (dlm->reco.state == DLM_RECO_STATE_ACTIVE) in debug_state_print() 779 dlm->reco.new_master, state); in debug_state_print() 789 list_for_each_entry(node, &dlm->reco.node_data, list) { in debug_state_print()
|
H A D | dlmcommon.h | 129 struct dlm_recovery_ctxt reco; member
|
Completed in 15 milliseconds