Searched refs:OCFS2_SYSTEM_FL (Results 1 – 2 of 2) sorted by relevance
327 if (fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) { in ocfs2_populate_inode()382 BUG_ON(le32_to_cpu(fe->i_flags) & OCFS2_SYSTEM_FL); in ocfs2_populate_inode()521 mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) != in ocfs2_read_locked_inode()
230 #define OCFS2_SYSTEM_FL (0x00000010) /* System inode */ macro