taglinefilesource code
ea394fs/hpfs/hpfs.hunsigned char ea[316];    /* zero or more EA's, packed together
ea462fs/hpfs/hpfs.hstatic inline unsigned char *ea_name (struct extended_attribute *ea)
ea464fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea;
ea467fs/hpfs/hpfs.hstatic inline unsigned char *ea_value (struct extended_attribute *ea)
ea469fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea + ea->namelen + 1;
ea473fs/hpfs/hpfs.hea_next_ea (struct extended_attribute *ea)
ea475fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea + ea->namelen + 1 + ea->valuelen;
ea478fs/hpfs/hpfs.hstatic inline unsigned ea_indirect_length (struct extended_attribute *ea)
ea480fs/hpfs/hpfs.hunsigned *v = (void *) ea_value (ea);
ea484fs/hpfs/hpfs.hstatic inline secno ea_indirect_secno (struct extended_attribute *ea)
ea486fs/hpfs/hpfs.hunsigned *v = (void *) ea_value (ea);