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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dquorum.c62 unsigned long qs_hb_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; member in struct:o2quo_state
102 lowest_hb = find_first_bit(qs->qs_hb_bm, O2NM_MAX_NODES);
110 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) ||
199 mlog_bug_on_msg(test_bit(node, qs->qs_hb_bm), "node %u\n", node);
200 set_bit(node, qs->qs_hb_bm);
224 mlog_bug_on_msg(!test_bit(node, qs->qs_hb_bm), "node %u\n", node);
225 clear_bit(node, qs->qs_hb_bm);
272 if (!test_bit(node, qs->qs_hb_bm))
301 if (test_bit(node, qs->qs_hb_bm))

Completed in 36 milliseconds