fh3_fsid
to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
fhp->fh3_fsid.val[0] = *(uint32_t *)bp;
fhp->fh3_fsid.val[1] = *(uint32_t *)bp;
otw_len = sizeof (fhp->fh3_fsid) +
*ptr++ = (uint32_t)fhp->fh3_fsid.val[0];
*ptr++ = (uint32_t)fhp->fh3_fsid.val[1];
otw_len = BYTES_PER_XDR_UNIT + sizeof (objp->fh3_fsid) +
bcopy(&fh.fh3_fsid, &buf[i], sz);
bcopy(&fh.fh3_fsid, &logbuf[i], sz);
fh->fh3_fsid = exi->exi_fsid;
fh->fh3_length = sizeof (fh->fh3_fsid)
exi_ret = checkexport(&fh3->fh3_fsid,
fsid = &fh3->fh3_fsid;