Home
last modified time | relevance | path

Searched refs:qs_hb_bm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dquorum.c47 unsigned long qs_hb_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
100 lowest_hb = find_first_bit(qs->qs_hb_bm, O2NM_MAX_NODES); in o2quo_make_decision()
108 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision()
206 mlog_bug_on_msg(test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_up()
207 set_bit(node, qs->qs_hb_bm); in o2quo_hb_up()
231 mlog_bug_on_msg(!test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_down()
232 clear_bit(node, qs->qs_hb_bm); in o2quo_hb_down()
279 if (!test_bit(node, qs->qs_hb_bm)) in o2quo_conn_up()
305 if (test_bit(node, qs->qs_hb_bm)) in o2quo_conn_err()
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dquorum.c45 unsigned long qs_hb_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
98 lowest_hb = find_first_bit(qs->qs_hb_bm, O2NM_MAX_NODES); in o2quo_make_decision()
106 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision()
204 mlog_bug_on_msg(test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_up()
205 set_bit(node, qs->qs_hb_bm); in o2quo_hb_up()
229 mlog_bug_on_msg(!test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_down()
230 clear_bit(node, qs->qs_hb_bm); in o2quo_hb_down()
277 if (!test_bit(node, qs->qs_hb_bm)) in o2quo_conn_up()
303 if (test_bit(node, qs->qs_hb_bm)) in o2quo_conn_err()

Completed in 3 milliseconds