Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2.h125 struct jffs2_raw_inode struct
127 jint16_t magic; /* A constant magic number. */
128 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */
129 jint32_t totlen; /* Total length of this node (inc data, etc.) */
130 jint32_t hdr_crc;
131 jint32_t ino; /* Inode number. */
132 jint32_t version; /* Version number. */
133 jmode_t mode; /* The file's type or mode. */
134 jint16_t uid; /* The file's owner. */
135 jint16_t gid; /* The file's group. */
[all …]