Lines Matching defs:isofile

147  * The relation of struct isofile and isoent and archive_entry.
152 * struct isofile --> archive_entry
160 struct isofile {
161 /* Used for managing struct isofile list. */
162 struct isofile *allnext;
163 struct isofile *datanext;
164 /* Used for managing a hardlined struct isofile list. */
165 struct isofile *hlnext;
166 struct isofile *hardlink_target;
217 struct isofile *file;
304 struct isofile *first;
305 struct isofile **last;
686 struct isofile *cur_file;
699 /* A list of all of struct isofile entries. */
701 struct isofile *first;
702 struct isofile **last;
705 /* A list of struct isofile entries which have its
709 struct isofile *first;
710 struct isofile **last;
965 static void isofile_add_entry(struct iso9660 *, struct isofile *);
968 static void isofile_add_data_file(struct iso9660 *, struct isofile *);
969 static struct isofile * isofile_new(struct archive_write *,
971 static void isofile_free(struct isofile *);
973 struct isofile *);
975 struct isofile *);
980 static struct isoent *isoent_new(struct isofile *);
1041 static int zisofs_init(struct archive_write *, struct isofile *);
1525 struct isofile *file;
2141 /* Remove isofile entries. */
2801 struct isofile *file;
3472 struct isofile *file;
4342 struct isofile *file;
4390 struct isofile *file = np->file;
4510 struct isofile *file;
4585 isofile_add_entry(struct iso9660 *iso9660, struct isofile *file)
4595 struct isofile *file, *file_next;
4613 isofile_add_data_file(struct iso9660 *iso9660, struct isofile *file)
4621 static struct isofile *
4624 struct isofile *file;
4648 isofile_free(struct isofile *file)
4707 isofile_gen_utility_names(struct archive_write *a, struct isofile *file)
4994 isofile_register_hardlink(struct archive_write *a, struct isofile *file)
5043 struct isofile *target, *nf;
5104 isoent_new(struct isofile *file)
5187 struct isofile *file;
5408 struct isofile *file;
5440 struct isofile *file;
5557 struct isofile *f1, *f2;
7105 struct isofile *file;
7412 zisofs_init(struct archive_write *a, struct isofile *file)
7504 struct isofile *file = iso9660->cur_file;
7596 struct isofile *file = iso9660->cur_file;
7709 struct isofile *file = iso9660->cur_file;
8019 struct isofile *file;