ustar_header
CTASSERT(sizeof(struct ustar_header) == TEXTDUMP_BLOCKSIZE);
ustar_checksum(struct ustar_header *uhp)
struct ustar_header *uhp;
uhp = (struct ustar_header *)block_buffer;
tarfs_checksum(struct ustar_header *hdrp)
struct ustar_header *hdrp = (struct ustar_header *)block;
CTASSERT(sizeof(struct ustar_header) == TARFS_BLOCKSIZE);