Searched refs:INO_FLAGS_IS_DIR (Results 1 – 2 of 2) sorted by relevance
84 child_ic->flags |= INO_FLAGS_IS_DIR; in jffs2_build_inode_pass1()171 if (ic->flags & INO_FLAGS_IS_DIR) in jffs2_build_filesystem()194 BUG_ON(!(fd->ic->flags & INO_FLAGS_IS_DIR)); in jffs2_build_filesystem()
197 #define INO_FLAGS_IS_DIR 0x02 /* is a directory */ macro