Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
Dmasklog.c17 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable
18 EXPORT_SYMBOL_GPL(mlog_and_bits);
26 if (__mlog_test_u64(mask, mlog_and_bits)) in mlog_mask_show()
39 __mlog_set_u64(mask, mlog_and_bits); in mlog_mask_store()
43 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
46 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()
61 if (!__mlog_test_u64(*mask, mlog_and_bits) || in __mlog_printk()
Dmasklog.h116 extern struct mlog_bits mlog_and_bits, mlog_not_bits;