tar_super_t 94 src/vfs/tar/tar-internal.c tar_short_read (size_t status, tar_super_t *archive) tar_super_t 130 src/vfs/tar/tar-internal.c tar_flush_read (tar_super_t *archive) tar_super_t 146 src/vfs/tar/tar-internal.c tar_flush_archive (tar_super_t *archive) tar_super_t 158 src/vfs/tar/tar-internal.c tar_seek_archive (tar_super_t *archive, off_t size) tar_super_t 521 src/vfs/tar/tar-internal.c tar_find_next_block (tar_super_t *archive) tar_super_t 568 src/vfs/tar/tar-internal.c tar_current_block_ordinal (const tar_super_t *archive) tar_super_t 579 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 120 src/vfs/tar/tar-sparse.c gboolean (*decode_header) (tar_super_t * archive, struct tar_sparse_file * file); tar_super_t 143 src/vfs/tar/tar-sparse.c static gboolean oldgnu_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file); tar_super_t 147 src/vfs/tar/tar-sparse.c static gboolean star_get_sparse_info (tar_super_t * archive, struct tar_sparse_file *file); tar_super_t 150 src/vfs/tar/tar-sparse.c static gboolean pax_decode_header (tar_super_t * archive, struct tar_sparse_file *file); tar_super_t 266 src/vfs/tar/tar-sparse.c sparse_select_optab (const tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 297 src/vfs/tar/tar-sparse.c sparse_init (tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 346 src/vfs/tar/tar-sparse.c sparse_decode_header (tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 422 src/vfs/tar/tar-sparse.c oldgnu_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 487 src/vfs/tar/tar-sparse.c star_get_sparse_info (tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 539 src/vfs/tar/tar-sparse.c pax_decode_header (tar_super_t *archive, struct tar_sparse_file *file) tar_super_t 610 src/vfs/tar/tar-sparse.c tar_sparse_member_p (tar_super_t *archive, struct tar_stat_info *st) tar_super_t 624 src/vfs/tar/tar-sparse.c tar_sparse_fixup_header (tar_super_t *archive, struct tar_stat_info *st) tar_super_t 638 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 854 src/vfs/tar/tar.c tar_super_t *arch; tar_super_t 857 src/vfs/tar/tar.c arch = g_new0 (tar_super_t, 1); tar_super_t 883 src/vfs/tar/tar.c tar_super_t *arch = TAR_SUPER (archive); tar_super_t 903 src/vfs/tar/tar.c tar_super_t *arch = TAR_SUPER (archive); tar_super_t 972 src/vfs/tar/tar.c tar_super_t *arch = TAR_SUPER (archive);