Searched refs:fh_xdata (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c64 * fhandle4_t.fh_xdata[NFS_FH4MAXDATA].
172 ASSERT(exi->exi_fid.fid_len <= sizeof (exi->exi_fh.fh_xdata));
174 bcopy(exi->exi_fid.fid_data, exi->exi_fh.fh_xdata,
H A Dnfs_export.c849 bcopy(exi_rootfid.fid_data, exi_root->exi_fh.fh_xdata,
1211 if (exi->exi_fid.fid_len > sizeof (exi->exi_fh.fh_xdata)) {
1216 bcopy(exi->exi_fid.fid_data, exi->exi_fh.fh_xdata,
2238 bcopy(exi->exi_fh.fh_xdata, fh_fmtp->fh4_i.fhx_xdata,
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c813 if ((fh == NULL) || memcmp(&fh->fh_data, &fh->fh_xdata, fh->fh_len)) {
2146 * copy the export or fh_xdata fid to the fh_data so that a reasonable
2149 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen);
2194 * copy the export or fh_xdata fid to the fh_data so that a reasonable
2197 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1038 bcopy((exifh)->fh_xdata, (nfs_fmt)->fh4_xdata, \
H A Dnfs.h426 char fh_xdata[NFS_FHMAXDATA]; /* and data */ member in struct:svcfh

Completed in 99 milliseconds