mlog_and_bits      17 fs/ocfs2/cluster/masklog.c struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK);
mlog_and_bits      18 fs/ocfs2/cluster/masklog.c EXPORT_SYMBOL_GPL(mlog_and_bits);
mlog_and_bits      26 fs/ocfs2/cluster/masklog.c 	if (__mlog_test_u64(mask, mlog_and_bits))
mlog_and_bits      39 fs/ocfs2/cluster/masklog.c 		__mlog_set_u64(mask, mlog_and_bits);
mlog_and_bits      43 fs/ocfs2/cluster/masklog.c 		__mlog_clear_u64(mask, mlog_and_bits);
mlog_and_bits      46 fs/ocfs2/cluster/masklog.c 		__mlog_clear_u64(mask, mlog_and_bits);
mlog_and_bits      61 fs/ocfs2/cluster/masklog.c 	if (!__mlog_test_u64(*mask, mlog_and_bits) ||
mlog_and_bits     116 fs/ocfs2/cluster/masklog.h extern struct mlog_bits mlog_and_bits, mlog_not_bits;