OCFS2_VALID_FL   2367 fs/ocfs2/dlmglue.c 				!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)),
OCFS2_VALID_FL    284 fs/ocfs2/inode.c 	BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)));
OCFS2_VALID_FL    692 fs/ocfs2/inode.c 	di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL));
OCFS2_VALID_FL   1405 fs/ocfs2/inode.c 	if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
OCFS2_VALID_FL   1470 fs/ocfs2/inode.c 	if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
OCFS2_VALID_FL   1526 fs/ocfs2/inode.c 	if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
OCFS2_VALID_FL    554 fs/ocfs2/namei.c 	fe->i_flags |= cpu_to_le32(OCFS2_VALID_FL);