Home
last modified time | relevance | path

Searched refs:OCFS2_VALID_FL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dinode.c298 BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL))); in ocfs2_populate_inode()
706 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()
1419 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_validate_inode_block()
1484 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_filecheck_validate_inode_block()
1540 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_filecheck_repair_inode_block()
Docfs2_fs.h224 #define OCFS2_VALID_FL (0x00000001) /* Inode is valid */ macro
Dnamei.c573 fe->i_flags |= cpu_to_le32(OCFS2_VALID_FL); in __ocfs2_mknod_locked()
Ddlmglue.c2366 !(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)), in ocfs2_inode_lock_update()