Home
last modified time | relevance | path

Searched refs:MLOG_BITS_RHS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dmasklog.h131 #define MLOG_BITS_RHS(mask) { \ macro
147 #define MLOG_BITS_RHS(mask) { { (mask) } } macro
H A Dmasklog.c17 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK);
19 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0);
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dmasklog.h129 #define MLOG_BITS_RHS(mask) { \ macro
145 #define MLOG_BITS_RHS(mask) { { (mask) } } macro
H A Dmasklog.c15 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK);
17 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0);

Completed in 2 milliseconds