tar_super_t        83 src/vfs/tar/tar-internal.c tar_short_read (size_t status, tar_super_t *archive)
tar_super_t       119 src/vfs/tar/tar-internal.c tar_flush_read (tar_super_t *archive)
tar_super_t       135 src/vfs/tar/tar-internal.c tar_flush_archive (tar_super_t *archive)
tar_super_t       147 src/vfs/tar/tar-internal.c tar_seek_archive (tar_super_t *archive, off_t size)
tar_super_t       511 src/vfs/tar/tar-internal.c tar_find_next_block (tar_super_t *archive)
tar_super_t       558 src/vfs/tar/tar-internal.c tar_current_block_ordinal (const tar_super_t *archive)
tar_super_t       569 src/vfs/tar/tar-internal.c tar_skip_file (tar_super_t *archive, off_t size)
tar_super_t       309 src/vfs/tar/tar-internal.h union block *tar_find_next_block (tar_super_t *archive);
tar_super_t       311 src/vfs/tar/tar-internal.h off_t tar_current_block_ordinal (const tar_super_t *archive);
tar_super_t       312 src/vfs/tar/tar-internal.h gboolean tar_skip_file (tar_super_t *archive, off_t size);
tar_super_t       315 src/vfs/tar/tar-internal.h gboolean tar_sparse_member_p (tar_super_t *archive, struct tar_stat_info *st);
tar_super_t       316 src/vfs/tar/tar-internal.h gboolean tar_sparse_fixup_header (tar_super_t *archive, struct tar_stat_info *st);
tar_super_t       317 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       321 src/vfs/tar/tar-internal.h gboolean tar_xheader_read (tar_super_t *archive, struct xheader *xhdr, union block *header,
tar_super_t       119 src/vfs/tar/tar-sparse.c     gboolean (*decode_header) (tar_super_t *archive, struct tar_sparse_file *file);
tar_super_t       142 src/vfs/tar/tar-sparse.c static gboolean oldgnu_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file);
tar_super_t       146 src/vfs/tar/tar-sparse.c static gboolean star_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file);
tar_super_t       149 src/vfs/tar/tar-sparse.c static gboolean pax_decode_header (tar_super_t *archive, struct tar_sparse_file *file);
tar_super_t       259 src/vfs/tar/tar-sparse.c sparse_select_optab (const tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       290 src/vfs/tar/tar-sparse.c sparse_init (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       339 src/vfs/tar/tar-sparse.c sparse_decode_header (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       415 src/vfs/tar/tar-sparse.c oldgnu_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       480 src/vfs/tar/tar-sparse.c star_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       532 src/vfs/tar/tar-sparse.c pax_decode_header (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       603 src/vfs/tar/tar-sparse.c tar_sparse_member_p (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       617 src/vfs/tar/tar-sparse.c tar_sparse_fixup_header (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       631 src/vfs/tar/tar-sparse.c tar_sparse_skip_file (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       899 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       261 src/vfs/tar/tar.c tar_skip_member (tar_super_t *archive, struct vfs_s_inode *inode)
tar_super_t       365 src/vfs/tar/tar.c tar_decode_header (union block *header, tar_super_t *arch)
tar_super_t       421 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       591 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       839 src/vfs/tar/tar.c     tar_super_t *arch;
tar_super_t       842 src/vfs/tar/tar.c     arch = g_new0 (tar_super_t, 1);
tar_super_t       868 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       888 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       957 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);