Home
last modified time | relevance | path

Searched refs:OCFS2_SYSTEM_FL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dinode.c327 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()
Docfs2_fs.h230 #define OCFS2_SYSTEM_FL (0x00000010) /* System inode */ macro