Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dmasklog.c15 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable
16 EXPORT_SYMBOL_GPL(mlog_and_bits);
24 if (__mlog_test_u64(mask, mlog_and_bits)) in mlog_mask_show()
37 __mlog_set_u64(mask, mlog_and_bits); in mlog_mask_store()
41 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
44 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
59 if (!__mlog_test_u64(*mask, mlog_and_bits) || in __mlog_printk()
H A Dmasklog.h114 extern struct mlog_bits mlog_and_bits, mlog_not_bits;