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