Lines Matching defs:tarfile
108 struct tarfile
111 struct tarfile *tf_next;
126 struct tarfile *pkg_first;
127 struct tarfile *pkg_last;
139 struct tarfile *tf, *tfn;
193 static int get_mode(struct tarfile *);
196 static struct tarfile *scan_tarfile(struct package *, struct tarfile *);
201 struct tarfile *tf;
252 struct tarfile *tf;
254 tf = (struct tarfile *)f->f_fsdata;
271 struct tarfile *tf;
276 tf = (struct tarfile *)f->f_fsdata;
334 struct tarfile *tf;
339 tf = (struct tarfile *)f->f_fsdata;
383 struct tarfile *tf;
385 tf = (struct tarfile *)f->f_fsdata;
398 struct tarfile *tf;
400 tf = (struct tarfile *)f->f_fsdata;
470 cache_data(struct tarfile *tf)
600 get_mode(struct tarfile *tf)
704 static struct tarfile *
705 scan_tarfile(struct package *pkg, struct tarfile *last)
708 struct tarfile *cur;