taglinefilesource code
ea398fs/hpfs/hpfs.hunsigned char ea[316];    /* zero or more EA's, packed together
ea466fs/hpfs/hpfs.hstatic inline unsigned char *ea_name (struct extended_attribute *ea)
ea468fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea;
ea471fs/hpfs/hpfs.hstatic inline unsigned char *ea_value (struct extended_attribute *ea)
ea473fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea + ea->namelen + 1;
ea477fs/hpfs/hpfs.hea_next_ea (struct extended_attribute *ea)
ea479fs/hpfs/hpfs.hreturn (void *) ea + sizeof *ea + ea->namelen + 1 + ea->valuelen;
ea482fs/hpfs/hpfs.hstatic inline unsigned ea_indirect_length (struct extended_attribute *ea)
ea484fs/hpfs/hpfs.hunsigned *v = (void *) ea_value (ea);
ea488fs/hpfs/hpfs.hstatic inline secno ea_indirect_secno (struct extended_attribute *ea)
ea490fs/hpfs/hpfs.hunsigned *v = (void *) ea_value (ea);