tar_super_t        93 src/vfs/tar/tar-internal.c tar_short_read (size_t status, tar_super_t *archive)
tar_super_t       129 src/vfs/tar/tar-internal.c tar_flush_read (tar_super_t *archive)
tar_super_t       145 src/vfs/tar/tar-internal.c tar_flush_archive (tar_super_t *archive)
tar_super_t       157 src/vfs/tar/tar-internal.c tar_seek_archive (tar_super_t *archive, off_t size)
tar_super_t       520 src/vfs/tar/tar-internal.c tar_find_next_block (tar_super_t *archive)
tar_super_t       567 src/vfs/tar/tar-internal.c tar_current_block_ordinal (const tar_super_t *archive)
tar_super_t       578 src/vfs/tar/tar-internal.c tar_skip_file (tar_super_t *archive, off_t size)
tar_super_t       313 src/vfs/tar/tar-internal.h union block *tar_find_next_block (tar_super_t * archive);
tar_super_t       315 src/vfs/tar/tar-internal.h off_t tar_current_block_ordinal (const tar_super_t * archive);
tar_super_t       316 src/vfs/tar/tar-internal.h gboolean tar_skip_file (tar_super_t * archive, off_t size);
tar_super_t       319 src/vfs/tar/tar-internal.h gboolean tar_sparse_member_p (tar_super_t * archive, struct tar_stat_info *st);
tar_super_t       320 src/vfs/tar/tar-internal.h gboolean tar_sparse_fixup_header (tar_super_t * archive, struct tar_stat_info *st);
tar_super_t       321 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       325 src/vfs/tar/tar-internal.h gboolean tar_xheader_read (tar_super_t * archive, struct xheader *xhdr, union block *header,
tar_super_t       118 src/vfs/tar/tar-sparse.c     gboolean (*decode_header) (tar_super_t * archive, struct tar_sparse_file * file);
tar_super_t       141 src/vfs/tar/tar-sparse.c static gboolean oldgnu_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       145 src/vfs/tar/tar-sparse.c static gboolean star_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       148 src/vfs/tar/tar-sparse.c static gboolean pax_decode_header (tar_super_t * archive, struct tar_sparse_file *file);
tar_super_t       264 src/vfs/tar/tar-sparse.c sparse_select_optab (const tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       295 src/vfs/tar/tar-sparse.c sparse_init (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       344 src/vfs/tar/tar-sparse.c sparse_decode_header (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       420 src/vfs/tar/tar-sparse.c oldgnu_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       485 src/vfs/tar/tar-sparse.c star_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       537 src/vfs/tar/tar-sparse.c pax_decode_header (tar_super_t *archive, struct tar_sparse_file *file)
tar_super_t       608 src/vfs/tar/tar-sparse.c tar_sparse_member_p (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       622 src/vfs/tar/tar-sparse.c tar_sparse_fixup_header (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       636 src/vfs/tar/tar-sparse.c tar_sparse_skip_file (tar_super_t *archive, struct tar_stat_info *st)
tar_super_t       902 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       376 src/vfs/tar/tar.c tar_decode_header (union block *header, tar_super_t *arch)
tar_super_t       432 src/vfs/tar/tar.c     tar_super_t *arch = TAR_SUPER (archive);
tar_super_t       605 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);