tar_super_t        77 src/vfs/tar/tar-internal.c tar_short_read (size_t status, tar_super_t * archive)
tar_super_t       113 src/vfs/tar/tar-internal.c tar_flush_read (tar_super_t * archive)
tar_super_t       129 src/vfs/tar/tar-internal.c tar_flush_archive (tar_super_t * archive)
tar_super_t       141 src/vfs/tar/tar-internal.c tar_seek_archive (tar_super_t * archive, off_t size)
tar_super_t       409 src/vfs/tar/tar-internal.c tar_find_next_block (tar_super_t * archive)
tar_super_t       456 src/vfs/tar/tar-internal.c tar_current_block_ordinal (const tar_super_t * archive)
tar_super_t       467 src/vfs/tar/tar-internal.c tar_skip_file (tar_super_t * archive, off_t size)
tar_super_t       311 src/vfs/tar/tar-internal.h union block *tar_find_next_block (tar_super_t * archive);
tar_super_t       313 src/vfs/tar/tar-internal.h off_t tar_current_block_ordinal (const tar_super_t * archive);
tar_super_t       314 src/vfs/tar/tar-internal.h gboolean tar_skip_file (tar_super_t * archive, off_t size);
tar_super_t       317 src/vfs/tar/tar-internal.h gboolean tar_sparse_member_p (tar_super_t * archive, struct tar_stat_info *st);
tar_super_t       318 src/vfs/tar/tar-internal.h gboolean tar_sparse_fixup_header (tar_super_t * archive, struct tar_stat_info *st);
tar_super_t       319 src/vfs/tar/tar-internal.h enum dump_status tar_sparse_skip_file (tar_super_t * archive, struct tar_stat_info *st);
tar_super_t       323 src/vfs/tar/tar-internal.h gboolean tar_xheader_read (tar_super_t * archive, struct xheader *xhdr, union block *header,
tar_super_t       234 src/vfs/tar/tar-sparse.c     gboolean (*decode_header) (tar_super_t * archive, struct tar_sparse_file * file);
tar_super_t       257 src/vfs/tar/tar-sparse.c static gboolean oldgnu_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       261 src/vfs/tar/tar-sparse.c static gboolean star_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       264 src/vfs/tar/tar-sparse.c static gboolean pax_decode_header (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       389 src/vfs/tar/tar-sparse.c sparse_select_optab (const tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       420 src/vfs/tar/tar-sparse.c sparse_init (tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       469 src/vfs/tar/tar-sparse.c sparse_decode_header (tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       546 src/vfs/tar/tar-sparse.c oldgnu_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       611 src/vfs/tar/tar-sparse.c star_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       663 src/vfs/tar/tar-sparse.c pax_decode_header (tar_super_t * archive, struct tar_sparse_file *file)
tar_super_t       733 src/vfs/tar/tar-sparse.c tar_sparse_member_p (tar_super_t * archive, struct tar_stat_info * st)
tar_super_t       747 src/vfs/tar/tar-sparse.c tar_sparse_fixup_header (tar_super_t * archive, struct tar_stat_info * st)
tar_super_t       761 src/vfs/tar/tar-sparse.c tar_sparse_skip_file (tar_super_t * archive, struct tar_stat_info *st)
tar_super_t       992 src/vfs/tar/tar-xheader.c tar_xheader_read (tar_super_t * archive, struct xheader * xhdr, union block * p, off_t size)
tar_super_t        79 src/vfs/tar/tar.c #define TAR_SUPER(super) ((tar_super_t *) (super))
tar_super_t       271 src/vfs/tar/tar.c tar_skip_member (tar_super_t * archive, struct vfs_s_inode *inode)
tar_super_t       373 src/vfs/tar/tar.c tar_decode_header (union block *header, tar_super_t * arch)
tar_super_t       429 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       602 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       853 src/vfs/tar/tar.c     tar_super_t *arch;
tar_super_t       856 src/vfs/tar/tar.c     arch = g_new0 (tar_super_t, 1);
tar_super_t       882 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       902 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       971 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);