Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dquorum.c51 unsigned long qs_hold_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
168 if (!test_and_set_bit(node, qs->qs_hold_bm)) { in o2quo_set_hold()
180 if (test_and_clear_bit(node, qs->qs_hold_bm)) { in o2quo_clear_hold()
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dquorum.c49 unsigned long qs_hold_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; member
166 if (!test_and_set_bit(node, qs->qs_hold_bm)) { in o2quo_set_hold()
178 if (test_and_clear_bit(node, qs->qs_hold_bm)) { in o2quo_clear_hold()

Completed in 2 milliseconds