Lines Matching defs:_iso9660_disk
234 typedef struct _iso9660_disk { struct
235 int sectorSize;
236 struct iso_primary_descriptor primaryDescriptor;
237 struct iso_supplementary_descriptor supplementaryDescriptor;
239 volume_descriptor *firstVolumeDescriptor;
241 cd9660node *rootNode;
245 int64_t primaryBigEndianTableSector;
248 int64_t primaryLittleEndianTableSector;
251 int64_t secondaryBigEndianTableSector;
254 int64_t secondaryLittleEndianTableSector;
257 int pathTableLength;
258 int64_t dataFirstSector;
260 int64_t totalSectors;
262 int isoLevel;
264 int include_padding_areas;
266 int follow_sym_links;
267 int verbose_level;
268 int displayHelp;
269 int keep_bad_images;
272 int64_t susp_continuation_area_start_sector;
273 int64_t susp_continuation_area_size;
274 int64_t susp_continuation_area_current_free;
276 int rock_ridge_enabled;
278 char *rock_ridge_renamed_dir_name;
279 int rock_ridge_move_count;
280 cd9660node *rr_moved_dir;
282 int archimedes_enabled;
283 int chrp_boot;
286 u_char allow_deep_trees;
287 u_char allow_start_dot;
288 u_char allow_max_name; /* Allow 37 char filenames*/
289 u_char allow_illegal_chars; /* ~, !, # */
290 u_char allow_lowercase;
291 u_char allow_multidot;
292 u_char omit_trailing_period;
295 int has_generic_bootimage; /* Default to 0 */
296 char *generic_bootimage;
298 int is_bootable;/* Default to 0 */
299 int64_t boot_catalog_sector;
300 boot_volume_descriptor *boot_descriptor;
301 char * boot_image_directory;
304 int image_serialno;