Searched refs:fh_xlen (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1037 (nfs_fmt)->fh4_xlen = (exifh)->fh_xlen; \
1039 (exifh)->fh_xlen); \
H A Dnfs.h425 ushort_t fh_xlen; /* export file number length */ member in struct:svcfh
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c848 exi_root->exi_fh.fh_xlen = exi_rootfid.fid_len;
1215 exi->exi_fh.fh_xlen = exi->exi_fid.fid_len;
2233 fh_fmtp->fh4_i.fhx_xlen = exi->exi_fh.fh_xlen;
2237 ASSERT(exi->exi_fh.fh_xlen <= sizeof (fh_fmtp->fh4_i.fhx_xdata));
2239 exi->exi_fh.fh_xlen);
H A Dnfs4_srv_ns.c173 exi->exi_fh.fh_xlen = exi->exi_fid.fid_len;
H A Dnfs_srv.c2053 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen);
2199 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen);
H A Dnfs_log.c1594 (fid_t *)&fh->fh_xlen);
H A Dnfs_server.c1595 xfid = (fid_t *)&fh2->fh_xlen;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c348 public_fh.fh_xlen = NFS_FHMAXDATA;
H A Dfhtab.c2149 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen);
2197 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen);

Completed in 83 milliseconds