Searched defs:jffs2_raw_inode (Results 1 – 1 of 1) sorted by relevance
140 struct jffs2_raw_inode struct142 jint16_t magic; /* A constant magic number. */143 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */144 jint32_t totlen; /* Total length of this node (inc data, etc.) */145 jint32_t hdr_crc;146 jint32_t ino; /* Inode number. */147 jint32_t version; /* Version number. */148 jmode_t mode; /* The file's type or mode. */149 jint16_t uid; /* The file's owner. */150 jint16_t gid; /* The file's group. */[all …]