mlog_not_bits      19 fs/ocfs2/cluster/masklog.c struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0);
mlog_not_bits      20 fs/ocfs2/cluster/masklog.c EXPORT_SYMBOL_GPL(mlog_not_bits);
mlog_not_bits      28 fs/ocfs2/cluster/masklog.c 	else if (__mlog_test_u64(mask, mlog_not_bits))
mlog_not_bits      40 fs/ocfs2/cluster/masklog.c 		__mlog_clear_u64(mask, mlog_not_bits);
mlog_not_bits      42 fs/ocfs2/cluster/masklog.c 		__mlog_set_u64(mask, mlog_not_bits);
mlog_not_bits      45 fs/ocfs2/cluster/masklog.c 		__mlog_clear_u64(mask, mlog_not_bits);
mlog_not_bits      62 fs/ocfs2/cluster/masklog.c 	    __mlog_test_u64(*mask, mlog_not_bits))
mlog_not_bits     116 fs/ocfs2/cluster/masklog.h extern struct mlog_bits mlog_and_bits, mlog_not_bits;