Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dinode.c282 BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL))); in ocfs2_populate_inode()
690 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()
1403 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_validate_inode_block()
1468 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_filecheck_validate_inode_block()
1524 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) { in ocfs2_filecheck_repair_inode_block()
A Docfs2_fs.h209 #define OCFS2_VALID_FL (0x00000001) /* Inode is valid */ macro
A Dnamei.c567 fe->i_flags |= cpu_to_le32(OCFS2_VALID_FL); in __ocfs2_mknod_locked()
A Ddlmglue.c2380 !(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)), in ocfs2_inode_lock_update()

Completed in 21 milliseconds