Lines Matching defs:_iso9660_disk
206 typedef struct _iso9660_disk { struct
207 int sectorSize;
208 struct iso_primary_descriptor primaryDescriptor;
209 struct iso_supplementary_descriptor supplementaryDescriptor;
211 volume_descriptor *firstVolumeDescriptor;
213 cd9660node *rootNode;
217 int64_t primaryBigEndianTableSector;
220 int64_t primaryLittleEndianTableSector;
223 int64_t secondaryBigEndianTableSector;
226 int64_t secondaryLittleEndianTableSector;
229 int pathTableLength;
230 int64_t dataFirstSector;
232 int64_t totalSectors;
234 int isoLevel;
236 int include_padding_areas;
238 int verbose_level;
239 int keep_bad_images;
242 int64_t susp_continuation_area_start_sector;
243 int64_t susp_continuation_area_size;
244 int64_t susp_continuation_area_current_free;
246 int rock_ridge_enabled;
248 char *rock_ridge_renamed_dir_name;
249 unsigned rock_ridge_move_count;
250 cd9660node *rr_moved_dir;
252 int chrp_boot;
255 u_char allow_deep_trees;
256 u_char allow_start_dot;
257 u_char allow_max_name; /* Allow 37 char filenames*/
258 u_char allow_illegal_chars; /* ~, !, # */
259 u_char allow_lowercase;
260 u_char allow_multidot;
261 u_char omit_trailing_period;
264 int has_generic_bootimage; /* Default to 0 */
265 char *generic_bootimage;
267 int is_bootable;/* Default to 0 */
268 int64_t boot_catalog_sector;
269 boot_volume_descriptor *boot_descriptor;
270 char * boot_image_directory;
273 int image_serialno;