Coda Distributed File System
Public Attributes | List of all members
tarheaderblock Union Reference

Public Attributes

struct {
   char   name [100]
 
   char   mode [8]
 
   char   userid [8]
 
   char   groupid [8]
 
   char   filesize [12]
 
   char   timestamp [12]
 
   char   checksum [8]
 
   char   linkflag
 
   char   linkname [100]
 
   char   magic [6]
 
   char   version [2]
 
   char   username [32]
 
   char   groupname [32]
 
   char   devmajor [8]
 
   char   devminor [8]
 
   char   prefix [155]
 
hdr
 
unsigned char data [BLOCKSIZE]
 

Member Data Documentation

◆ checksum

char tarheaderblock::checksum[8]

◆ data

unsigned char tarheaderblock::data[BLOCKSIZE]

◆ devmajor

char tarheaderblock::devmajor[8]

◆ devminor

char tarheaderblock::devminor[8]

◆ filesize

char tarheaderblock::filesize[12]

◆ groupid

char tarheaderblock::groupid[8]

◆ groupname

char tarheaderblock::groupname[32]

◆ 

struct { ... } tarheaderblock::hdr

◆ linkflag

char tarheaderblock::linkflag

◆ linkname

char tarheaderblock::linkname[100]

◆ magic

char tarheaderblock::magic[6]

◆ mode

char tarheaderblock::mode[8]

◆ name

char tarheaderblock::name[100]

◆ prefix

char tarheaderblock::prefix[155]

◆ timestamp

char tarheaderblock::timestamp[12]

◆ userid

char tarheaderblock::userid[8]

◆ username

char tarheaderblock::username[32]

◆ version

char tarheaderblock::version[2]

The documentation for this union was generated from the following file: