Lines Matching defs:_iso9660_disk
233 typedef struct _iso9660_disk { struct
234 int sectorSize;
235 struct iso_primary_descriptor primaryDescriptor;
236 struct iso_supplementary_descriptor supplementaryDescriptor;
238 volume_descriptor *firstVolumeDescriptor;
240 cd9660node *rootNode;
244 int64_t primaryBigEndianTableSector;
247 int64_t primaryLittleEndianTableSector;
250 int64_t secondaryBigEndianTableSector;
253 int64_t secondaryLittleEndianTableSector;
256 int pathTableLength;
257 int64_t dataFirstSector;
259 int64_t totalSectors;
261 int isoLevel;
263 int include_padding_areas;
265 int follow_sym_links;
266 int verbose_level;
267 int displayHelp;
268 int keep_bad_images;
271 int64_t susp_continuation_area_start_sector;
272 int64_t susp_continuation_area_size;
273 int64_t susp_continuation_area_current_free;
275 int rock_ridge_enabled;
277 char *rock_ridge_renamed_dir_name;
278 int rock_ridge_move_count;
279 cd9660node *rr_moved_dir;
281 int archimedes_enabled;
282 int chrp_boot;
285 u_char allow_deep_trees;
286 u_char allow_start_dot;
287 u_char allow_max_name; /* Allow 37 char filenames*/
288 u_char allow_illegal_chars; /* ~, !, # */
289 u_char allow_lowercase;
290 u_char allow_multidot;
291 u_char omit_trailing_period;
294 int has_generic_bootimage; /* Default to 0 */
295 char *generic_bootimage;
297 int is_bootable;/* Default to 0 */
298 int64_t boot_catalog_sector;
299 boot_volume_descriptor *boot_descriptor;
300 char * boot_image_directory;
303 int image_serialno;