Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Djffs2.h146 struct jffs2_raw_inode struct
148 __u16 magic; /* A constant magic number. */
149 __u16 nodetype; /* == JFFS_NODETYPE_INODE */
150 __u32 totlen; /* Total length of this node (inc data, etc.) */
151 __u32 hdr_crc;
152 __u32 ino; /* Inode number. */
153 __u32 version; /* Version number. */
154 __u32 mode; /* The file's type or mode. */
155 __u16 uid; /* The file's owner. */
156 __u16 gid; /* The file's group. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Djffs2.h140 struct jffs2_raw_inode struct
142 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Djffs2.h140 struct jffs2_raw_inode struct
142 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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Djffs2.h135 struct jffs2_raw_inode struct
137 jint16_t magic; /* A constant magic number. */
138 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */
139 jint32_t totlen; /* Total length of this node (inc data, etc.) */
140 jint32_t hdr_crc;
141 jint32_t ino; /* Inode number. */
142 jint32_t version; /* Version number. */
143 jmode_t mode; /* The file's type or mode. */
144 jint16_t uid; /* The file's owner. */
145 jint16_t gid; /* The file's group. */
[all …]