Searched refs:mlog_not_bits (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | masklog.c | 19 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0); variable 20 EXPORT_SYMBOL_GPL(mlog_not_bits); variable 28 else if (__mlog_test_u64(mask, mlog_not_bits)) in mlog_mask_show() 40 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store() 42 __mlog_set_u64(mask, mlog_not_bits); in mlog_mask_store() 45 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store() 62 __mlog_test_u64(*mask, mlog_not_bits)) in __mlog_printk()
|
H A D | masklog.h | 116 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | masklog.c | 17 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0); variable 18 EXPORT_SYMBOL_GPL(mlog_not_bits); variable 26 else if (__mlog_test_u64(mask, mlog_not_bits)) in mlog_mask_show() 38 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store() 40 __mlog_set_u64(mask, mlog_not_bits); in mlog_mask_store() 43 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store() 60 __mlog_test_u64(*mask, mlog_not_bits)) in __mlog_printk()
|
H A D | masklog.h | 114 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
|
Completed in 2 milliseconds