Searched defs:archive_write_disk (Results 1 – 1 of 1) sorted by relevance
221 struct archive_write_disk { struct222 struct archive archive;224 mode_t user_umask;225 struct fixup_entry *fixup_list;226 struct fixup_entry *current_fixup;227 int64_t user_uid;228 int skip_file_set;229 int64_t skip_file_dev;230 int64_t skip_file_ino;231 time_t start_time;[all …]