Lines Matching refs:out_uint32_le

686 			out_uint32_le(out, ft_low);	/* create_access_time */
687 out_uint32_le(out, ft_high);
690 out_uint32_le(out, ft_low); /* last_access_time */
691 out_uint32_le(out, ft_high);
694 out_uint32_le(out, ft_low); /* last_write_time */
695 out_uint32_le(out, ft_high);
698 out_uint32_le(out, ft_low); /* last_change_time */
699 out_uint32_le(out, ft_high);
701 out_uint32_le(out, file_attributes);
706 out_uint32_le(out, filestat.st_size); /* Allocation size */
707 out_uint32_le(out, 0);
708 out_uint32_le(out, filestat.st_size); /* End of file */
709 out_uint32_le(out, 0);
710 out_uint32_le(out, filestat.st_nlink); /* Number of links */
717 out_uint32_le(out, file_attributes); /* File Attributes */
718 out_uint32_le(out, 0); /* Reparse Tag */
1139 out_uint32_le(out, 0); /* volume creation time low */
1140 out_uint32_le(out, 0); /* volume creation time high */
1141 out_uint32_le(out, fsinfo->serial); /* serial */
1143 out_uint32_le(out, 2 * strlen(fsinfo->label)); /* length of string */
1151 out_uint32_le(out, stat_fs.f_blocks); /* Total allocation units low */
1152 out_uint32_le(out, 0); /* Total allocation high units */
1153 out_uint32_le(out, stat_fs.f_bfree); /* Available allocation units */
1154 out_uint32_le(out, 0); /* Available allowcation units */
1155 out_uint32_le(out, stat_fs.f_bsize / 0x200); /* Sectors per allocation unit */
1156 out_uint32_le(out, 0x200); /* Bytes per sector */
1161 out_uint32_le(out, stat_fs.f_blocks); /* Total allocation units low */
1162 out_uint32_le(out, 0); /* Total allocation units high */
1163 out_uint32_le(out, stat_fs.f_bavail); /* Caller allocation units low */
1164 out_uint32_le(out, 0); /* Caller allocation units high */
1165 out_uint32_le(out, stat_fs.f_bfree); /* Available allocation units */
1166 out_uint32_le(out, 0); /* Available allowcation units */
1167 out_uint32_le(out, stat_fs.f_bsize / 0x200); /* Sectors per allocation unit */
1168 out_uint32_le(out, 0x200); /* Bytes per sector */
1173 out_uint32_le(out, FS_CASE_SENSITIVE | FS_CASE_IS_PRESERVED); /* fs attributes */
1174 out_uint32_le(out, F_NAMELEN(stat_fs)); /* max length of filename */
1176 out_uint32_le(out, 2 * strlen(fsinfo->type)); /* length of fs_type */
1268 out_uint32_le(out, 0); /* NextEntryOffset */
1269 out_uint32_le(out, 0); /* FileIndex zero */
1283 out_uint32_le(out, ft_low); /* create time */
1284 out_uint32_le(out, ft_high);
1287 out_uint32_le(out, ft_low); /* last_access_time */
1288 out_uint32_le(out, ft_high);
1291 out_uint32_le(out, ft_low); /* last_write_time */
1292 out_uint32_le(out, ft_high);
1295 out_uint32_le(out, ft_low); /* change_write_time */
1296 out_uint32_le(out, ft_high);
1298 out_uint32_le(out, filestat.st_size); /* filesize low */
1299 out_uint32_le(out, 0); /* filesize high */
1300 out_uint32_le(out, filestat.st_size); /* filesize low */
1301 out_uint32_le(out, 0); /* filesize high */
1302 out_uint32_le(out, file_attributes); /* FileAttributes */
1303 out_uint32_le(out, 2 * strlen(pdirent->d_name) + 2); /* unicode length */
1304 out_uint32_le(out, 0); /* EaSize */
1318 out_uint32_le(out, ft_low); /* create time */
1319 out_uint32_le(out, ft_high);
1322 out_uint32_le(out, ft_low); /* last_access_time */
1323 out_uint32_le(out, ft_high);
1326 out_uint32_le(out, ft_low); /* last_write_time */
1327 out_uint32_le(out, ft_high);
1330 out_uint32_le(out, ft_low); /* change_write_time */
1331 out_uint32_le(out, ft_high);
1333 out_uint32_le(out, filestat.st_size); /* filesize low */
1334 out_uint32_le(out, 0); /* filesize high */
1335 out_uint32_le(out, filestat.st_size); /* filesize low */
1336 out_uint32_le(out, 0); /* filesize high */
1337 out_uint32_le(out, file_attributes);
1338 out_uint32_le(out, 2 * strlen(pdirent->d_name) + 2); /* unicode length */
1347 out_uint32_le(out, ft_low); /* create time */
1348 out_uint32_le(out, ft_high);
1351 out_uint32_le(out, ft_low); /* last_access_time */
1352 out_uint32_le(out, ft_high);
1355 out_uint32_le(out, ft_low); /* last_write_time */
1356 out_uint32_le(out, ft_high);
1359 out_uint32_le(out, ft_low); /* change_write_time */
1360 out_uint32_le(out, ft_high);
1362 out_uint32_le(out, filestat.st_size); /* filesize low */
1363 out_uint32_le(out, 0); /* filesize high */
1364 out_uint32_le(out, filestat.st_size); /* filesize low */
1365 out_uint32_le(out, 0); /* filesize high */
1366 out_uint32_le(out, file_attributes);
1367 out_uint32_le(out, 2 * strlen(pdirent->d_name) + 2); /* unicode length */
1368 out_uint32_le(out, 0); /* EaSize */
1375 out_uint32_le(out, 2 * strlen(pdirent->d_name) + 2); /* unicode length */