Searched defs:jffs2_raw_inode (Results 1 – 1 of 1) sorted by relevance
135 struct jffs2_raw_inode struct140 jint32_t hdr_crc;141 jint32_t ino; /* Inode number. */142 jint32_t version; /* Version number. */144 jint16_t uid; /* The file's owner. */145 jint16_t gid; /* The file's group. */147 jint32_t atime; /* Last access time. */149 jint32_t ctime; /* Change time. */151 jint32_t csize; /* (Compressed) data size */155 jint16_t flags; /* See JFFS2_INO_FLAG_* */[all …]
Completed in 5 milliseconds