Home
last modified time | relevance | path

Searched defs:jffs2_raw_inode (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/jffs2/
H A Djffs2.h146 struct jffs2_raw_inode struct
149 __u16 nodetype; /* == JFFS_NODETYPE_INODE */
151 __u32 hdr_crc;
152 __u32 ino; /* Inode number. */
153 __u32 version; /* Version number. */
155 __u16 uid; /* The file's owner. */
156 __u16 gid; /* The file's group. */
158 __u32 atime; /* Last access time. */
160 __u32 ctime; /* Change time. */
162 __u32 csize; /* (Compressed) data size */
[all …]
/openbmc/linux/include/uapi/linux/
H A Djffs2.h135 struct jffs2_raw_inode struct
140 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 …]