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

/linux-master/fs/ocfs2/cluster/
H A Dmasklog.c17 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0); variable in typeref:struct:mlog_bits
18 EXPORT_SYMBOL_GPL(mlog_not_bits); variable
26 else if (__mlog_test_u64(mask, mlog_not_bits))
38 __mlog_clear_u64(mask, mlog_not_bits);
40 __mlog_set_u64(mask, mlog_not_bits);
43 __mlog_clear_u64(mask, mlog_not_bits);
60 __mlog_test_u64(*mask, mlog_not_bits))
H A Dmasklog.h114 extern struct mlog_bits mlog_and_bits, mlog_not_bits;

Completed in 221 milliseconds