Searched refs:OCFS2_VALID_FL (Results 1 – 4 of 4) sorted by relevance
260 BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL))); in ocfs2_populate_inode()652 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()1353 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_validate_inode_block()
218 #define OCFS2_VALID_FL (0x00000001) /* Inode is valid */ macro
525 le32_add_cpu(&fe->i_flags, OCFS2_VALID_FL); in __ocfs2_mknod_locked()
2239 !(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)), in ocfs2_inode_lock_update()