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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dmasklog.c33 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(MLOG_INITIAL_NOT_MASK); variable in typeref:struct:mlog_bits
34 EXPORT_SYMBOL_GPL(mlog_not_bits); variable
42 else if (__mlog_test_u64(mask, mlog_not_bits))
54 __mlog_clear_u64(mask, mlog_not_bits);
56 __mlog_set_u64(mask, mlog_not_bits);
59 __mlog_clear_u64(mask, mlog_not_bits);
H A Dmasklog.h143 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
203 !__mlog_test_u64(__m, mlog_not_bits)) { \

Completed in 90 milliseconds