Lines Matching refs:__u32
118 __u32 totlen; /* So we can skip over nodes we don't grok */
119 __u32 hdr_crc;
126 __u32 totlen;
127 __u32 hdr_crc;
128 __u32 pino;
129 __u32 version;
130 __u32 ino; /* == zero for unlink */
131 __u32 mctime;
135 __u32 node_crc;
136 __u32 name_crc;
150 __u32 totlen; /* Total length of this node (inc data, etc.) */
151 __u32 hdr_crc;
152 __u32 ino; /* Inode number. */
153 __u32 version; /* Version number. */
154 __u32 mode; /* The file's type or mode. */
157 __u32 isize; /* Total resultant size of this inode (used for truncations) */
158 __u32 atime; /* Last access time. */
159 __u32 mtime; /* Last modification time. */
160 __u32 ctime; /* Change time. */
161 __u32 offset; /* Where to begin to write. */
162 __u32 csize; /* (Compressed) data size */
163 __u32 dsize; /* Size of the node's data. (after decompression) */
167 __u32 data_crc; /* CRC for the (compressed) data. */
168 __u32 node_crc; /* CRC for the raw inode (excluding data) */
176 __u32 totlen;
177 __u32 hdr_crc;
178 __u32 sum_num; /* number of sum entries*/
179 __u32 cln_mkr; /* clean marker size, 0 = no cleanmarker */
180 __u32 padded; /* sum of the size of padding nodes */
181 __u32 sum_crc; /* summary information crc */
182 __u32 node_crc; /* node crc */
183 __u32 sum[0]; /* inode summary info */
223 unsigned char *page_out, __u32 destlen);
227 __u32 srclen, __u32 destlen);