Lines Matching refs:tarfile
100 struct tarfile struct
103 struct tarfile *tf_next; argument
118 struct tarfile *pkg_first; argument
119 struct tarfile *pkg_last;
126 static int cache_data(struct tarfile *tf, int);
132 struct tarfile *tf, *tfn; in pkgfs_cleanup()
190 static int get_mode(struct tarfile *);
193 static struct tarfile *scan_tarfile(struct package *, struct tarfile *);
198 struct tarfile *tf; in pkg_open_follow()
266 struct tarfile *tf; in pkg_close()
268 tf = (struct tarfile *)f->f_fsdata; in pkg_close()
286 struct tarfile *tf; in pkg_read()
291 tf = (struct tarfile *)f->f_fsdata; in pkg_read()
346 struct tarfile *tf; in pkg_seek()
352 tf = (struct tarfile *)f->f_fsdata; in pkg_seek()
404 struct tarfile *tf; in pkg_stat()
406 tf = (struct tarfile *)f->f_fsdata; in pkg_stat()
426 struct tarfile *tf; in pkg_readdir()
428 tf = (struct tarfile *)f->f_fsdata; in pkg_readdir()
510 cache_data(struct tarfile *tf, int force) in cache_data()
650 get_mode(struct tarfile *tf) in get_mode()
754 static struct tarfile *
755 scan_tarfile(struct package *pkg, struct tarfile *last) in scan_tarfile()
758 struct tarfile *cur; in scan_tarfile()