Searched refs:fh3_xdata (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1844 bcopy(fh.fh3_xdata, &buf[i], fh.fh3_xlen);
1872 bcopy(fh.fh3_xdata, &logbuf[i], sz);
2127 ASSERT(fh->fh3_xlen <= sizeof (fh->fh3_xdata));
2128 bcopy(exi->exi_fid.fid_data, fh->fh3_xdata, fh->fh3_xlen);
H A Dnfs3_xdr.c225 bcopy(bp, fhp->fh3_xdata, dsize);
371 /* fh3_xlen + fh3_xdata */
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1061 #define fh3_xdata fh3_u.nfs_fh3_i.fh3_i._fh3_xdata macro

Completed in 61 milliseconds