xorriso
1.5.4.pl02
About: GNU xorriso creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions. It is suitable for incremental data backup and for production of bootable ISO 9660 images. GNU xorriso is a statical compilation of the libraries libburn, libisofs, libisoburn, and libjte.
![]() ![]() |
#include <filesrc.h>
Data Fields | |
unsigned int | no_write:1 |
unsigned int | taken:1 |
unsigned int | checksum_index:31 |
struct iso_file_section * | sections |
int | nsections |
int | sort_weight |
IsoStream * | stream |
unsigned int Iso_File_Src::checksum_index |
Definition at line 39 of file filesrc.h.
Referenced by el_torito_catalog_file_src_create(), iso_file_src_create(), and iso_filesrc_write_data().
unsigned int Iso_File_Src::no_write |
Definition at line 33 of file filesrc.h.
Referenced by el_torito_catalog_file_src_create(), eltorito_writer_create(), filesrc_writer_compute_data_blocks(), filesrc_writer_pre_compute(), filesrc_writer_write_data(), iso_file_src_create(), shall_be_written(), and shall_be_written_if_not_taken().
int Iso_File_Src::nsections |
Definition at line 57 of file filesrc.h.
Referenced by assess_isohybrid_gpt_apm(), calc_dir_size(), el_torito_catalog_file_src_create(), filesrc_block_and_size(), filesrc_writer_compute_data_blocks(), filesrc_writer_pre_compute(), iso_file_src_create(), partprepend_writer_compute_data_blocks(), write_one_dir(), and write_one_dir_record().
struct iso_file_section* Iso_File_Src::sections |
File Sections of the file in the image
Definition at line 56 of file filesrc.h.
Referenced by assess_isohybrid_gpt_apm(), el_torito_catalog_file_src_create(), eltorito_writer_create(), eltorito_writer_write_vol_desc(), filesrc_block_and_size(), filesrc_writer_compute_data_blocks(), filesrc_writer_pre_compute(), filesrc_writer_write_data(), gpt_images_as_mbr_partitions(), hppa_palo_get_filepar(), iso_file_src_create(), iso_write_system_area(), make_dec_alpha_sector(), make_isolinux_mbr(), make_mips_volume_header(), make_mipsel_boot_block(), make_sun_disk_label(), partprepend_writer_compute_data_blocks(), patch_boot_info_table(), patch_grub2_boot_image(), write_one_dir_record(), and write_section_entry().
int Iso_File_Src::sort_weight |
Definition at line 59 of file filesrc.h.
Referenced by cmp_by_weight(), el_torito_catalog_file_src_create(), and iso_file_src_create().
IsoStream* Iso_File_Src::stream |
Definition at line 60 of file filesrc.h.
Referenced by el_torito_catalog_file_src_create(), filesrc_close(), filesrc_make_md5(), filesrc_open(), filesrc_read(), filesrc_writer_pre_compute(), iso_file_src_cmp(), iso_file_src_create(), iso_file_src_get_size(), iso_filesrc_write_data(), and iso_patch_eltoritos().
unsigned int Iso_File_Src::taken |
Definition at line 37 of file filesrc.h.
Referenced by ecma119_filesrc_array(), hidden_filesrc_array(), and shall_be_written_if_not_taken().