Home
last modified time | relevance | path

Searched refs:mlog_and_bits (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/cluster/
Dmasklog.c31 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable
32 EXPORT_SYMBOL_GPL(mlog_and_bits);
40 if (__mlog_test_u64(mask, mlog_and_bits)) in mlog_mask_show()
53 __mlog_set_u64(mask, mlog_and_bits); in mlog_mask_store()
57 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
60 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
75 if (!__mlog_test_u64(*mask, mlog_and_bits) || in __mlog_printk()
Dmasklog.h130 extern struct mlog_bits mlog_and_bits, mlog_not_bits;