Home
last modified time | relevance | path

Searched refs:jint32_t (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Djffs2.h97 } __attribute__((packed)) jint32_t; typedef
112 jint32_t totlen; /* So we can skip over nodes we don't grok */
113 jint32_t hdr_crc;
120 jint32_t totlen;
121 jint32_t hdr_crc;
122 jint32_t pino;
123 jint32_t version;
124 jint32_t ino; /* == zero for unlink */
125 jint32_t mctime;
129 jint32_t node_crc;
[all …]
/Linux-v4.19/fs/jffs2/
Dsummary.h48 jint32_t inode; /* inode number */
49 jint32_t version; /* inode version */
50 jint32_t offset; /* offset on jeb */
51 jint32_t totlen; /* record length */
57 jint32_t totlen; /* record length */
58 jint32_t offset; /* offset on jeb */
59 jint32_t pino; /* parent inode */
60 jint32_t version; /* dirent version */
61 jint32_t ino; /* == zero for unlink */
70 jint32_t xid; /* xattr identifier */
[all …]
Dacl.h15 jint32_t e_id;
24 jint32_t a_version;
Dnodelist.h37 #define cpu_to_je32(x) ((jint32_t){x})
41 #define constant_cpu_to_je32(x) ((jint32_t){x})
48 #define cpu_to_je32(x) ((jint32_t){cpu_to_be32(x)})
52 #define constant_cpu_to_je32(x) ((jint32_t){__constant_cpu_to_be32(x)})
59 #define cpu_to_je32(x) ((jint32_t){cpu_to_le32(x)})
63 #define constant_cpu_to_je32(x) ((jint32_t){__constant_cpu_to_le32(x)})