Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2100 bcopy(fh.fh3_xdata, &buf[i], fh.fh3_xlen); in nfs_getfh()
2128 bcopy(fh.fh3_xdata, &logbuf[i], sz); in nfs_getfh()
2384 ASSERT(fh->fh3_xlen <= sizeof (fh->fh3_xdata)); in makefh3()
2385 bcopy(exi->exi_fid.fid_data, fh->fh3_xdata, fh->fh3_xlen); in makefh3()
H A Dnfs3_xdr.c225 bcopy(bp, fhp->fh3_xdata, dsize); in xdr_inline_decode_nfs_fh3()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1138 #define fh3_xdata fh3_u.nfs_fh3_i.fh3_i._fh3_xdata macro