Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Djffs2.h92 } __attribute__((packed)) jint32_t; typedef
107 jint32_t totlen; /* So we can skip over nodes we don't grok */
108 jint32_t hdr_crc;
115 jint32_t totlen;
116 jint32_t hdr_crc;
117 jint32_t pino;
118 jint32_t version;
119 jint32_t ino; /* == zero for unlink */
120 jint32_t mctime;
124 jint32_t node_crc;
[all …]
/linux-6.1.9/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)})