Searched refs:fh3_fsid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c180 * Decode what should be fh3_fsid, it is aligned.
182 fhp->fh3_fsid.val[0] = *(uint32_t *)bp;
184 fhp->fh3_fsid.val[1] = *(uint32_t *)bp;
331 otw_len = sizeof (fhp->fh3_fsid) +
357 /* fh3_fsid */
358 *ptr++ = (uint32_t)fhp->fh3_fsid.val[0];
359 *ptr++ = (uint32_t)fhp->fh3_fsid.val[1];
408 otw_len = BYTES_PER_XDR_UNIT + sizeof (objp->fh3_fsid) +
H A Dnfs_export.c1819 bcopy(&fh.fh3_fsid, &buf[i], sz);
1860 bcopy(&fh.fh3_fsid, &logbuf[i], sz);
2122 fh->fh3_fsid = exi->exi_fsid;
2130 fh->fh3_length = sizeof (fh->fh3_fsid)
H A Dnfs_log.c1582 exi_ret = checkexport(&fh3->fh3_fsid,
H A Dnfs3_srv.c2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
H A Dnfs_server.c1599 fsid = &fh3->fh3_fsid;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1057 #define fh3_fsid fh3_u.nfs_fh3_i.fh3_i._fh3_fsid macro

Completed in 99 milliseconds