Lines Matching refs:jint32_t
98 } __attribute__((packed)) jint32_t; typedef
113 jint32_t totlen; /* So we can skip over nodes we don't grok */
114 jint32_t hdr_crc;
121 jint32_t totlen;
122 jint32_t hdr_crc;
123 jint32_t pino;
124 jint32_t version;
125 jint32_t ino; /* == zero for unlink */
126 jint32_t mctime;
130 jint32_t node_crc;
131 jint32_t name_crc;
145 jint32_t totlen; /* Total length of this node (inc data, etc.) */
146 jint32_t hdr_crc;
147 jint32_t ino; /* Inode number. */
148 jint32_t version; /* Version number. */
152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
153 jint32_t atime; /* Last access time. */
154 jint32_t mtime; /* Last modification time. */
155 jint32_t ctime; /* Change time. */
156 jint32_t offset; /* Where to begin to write. */
157 jint32_t csize; /* (Compressed) data size */
158 jint32_t dsize; /* Size of the node's data. (after decompression) */
162 jint32_t data_crc; /* CRC for the (compressed) data. */
163 jint32_t node_crc; /* CRC for the raw inode (excluding data) */
170 jint32_t totlen;
171 jint32_t hdr_crc;
172 jint32_t xid; /* XATTR identifier number */
173 jint32_t version;
177 jint32_t data_crc;
178 jint32_t node_crc;
186 jint32_t totlen;
187 jint32_t hdr_crc;
188 jint32_t ino; /* inode number */
189 jint32_t xid; /* XATTR identifier number */
190 jint32_t xseqno; /* xref sequencial number */
191 jint32_t node_crc;
198 jint32_t totlen;
199 jint32_t hdr_crc;
200 jint32_t sum_num; /* number of sum entries*/
201 jint32_t cln_mkr; /* clean marker size, 0 = no cleanmarker */
202 jint32_t padded; /* sum of the size of padding nodes */
203 jint32_t sum_crc; /* summary information crc */
204 jint32_t node_crc; /* node crc */
205 jint32_t sum[0]; /* inode summary info */
221 jint32_t new;