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