Lines Matching refs:jint32_t
97 } __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;
130 jint32_t name_crc;
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. */
151 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
152 jint32_t atime; /* Last access time. */
153 jint32_t mtime; /* Last modification time. */
154 jint32_t ctime; /* Change time. */
155 jint32_t offset; /* Where to begin to write. */
156 jint32_t csize; /* (Compressed) data size */
157 jint32_t dsize; /* Size of the node's data. (after decompression) */
161 jint32_t data_crc; /* CRC for the (compressed) data. */
162 jint32_t node_crc; /* CRC for the raw inode (excluding data) */
169 jint32_t totlen;
170 jint32_t hdr_crc;
171 jint32_t xid; /* XATTR identifier number */
172 jint32_t version;
176 jint32_t data_crc;
177 jint32_t node_crc;
185 jint32_t totlen;
186 jint32_t hdr_crc;
187 jint32_t ino; /* inode number */
188 jint32_t xid; /* XATTR identifier number */
189 jint32_t xseqno; /* xref sequential number */
190 jint32_t node_crc;
197 jint32_t totlen;
198 jint32_t hdr_crc;
199 jint32_t sum_num; /* number of sum entries*/
200 jint32_t cln_mkr; /* clean marker size, 0 = no cleanmarker */
201 jint32_t padded; /* sum of the size of padding nodes */
202 jint32_t sum_crc; /* summary information crc */
203 jint32_t node_crc; /* node crc */
204 jint32_t sum[0]; /* inode summary info */
220 jint32_t new_id;