Lines Matching defs:jint32_t

92 } __attribute__((packed)) jint32_t;
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;
125 jint32_t name_crc;
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. */
146 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
147 jint32_t atime; /* Last access time. */
148 jint32_t mtime; /* Last modification time. */
149 jint32_t ctime; /* Change time. */
150 jint32_t offset; /* Where to begin to write. */
151 jint32_t csize; /* (Compressed) data size */
152 jint32_t dsize; /* Size of the node's data. (after decompression) */
156 jint32_t data_crc; /* CRC for the (compressed) data. */
157 jint32_t node_crc; /* CRC for the raw inode (excluding data) */
164 jint32_t totlen;
165 jint32_t hdr_crc;
166 jint32_t xid; /* XATTR identifier number */
167 jint32_t version;
171 jint32_t data_crc;
172 jint32_t node_crc;
180 jint32_t totlen;
181 jint32_t hdr_crc;
182 jint32_t ino; /* inode number */
183 jint32_t xid; /* XATTR identifier number */
184 jint32_t xseqno; /* xref sequential number */
185 jint32_t node_crc;
192 jint32_t totlen;
193 jint32_t hdr_crc;
194 jint32_t sum_num; /* number of sum entries*/
195 jint32_t cln_mkr; /* clean marker size, 0 = no cleanmarker */
196 jint32_t padded; /* sum of the size of padding nodes */
197 jint32_t sum_crc; /* summary information crc */
198 jint32_t node_crc; /* node crc */
199 jint32_t sum[]; /* inode summary info */
215 jint32_t new_id;