Home
last modified time | relevance | path

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.c177 ASSERT(exi->exi_fid.fid_len <= sizeof (exi->exi_fh.fh_xdata)); in pseudo_exportfs()
179 bcopy(exi->exi_fid.fid_data, exi->exi_fh.fh_xdata, in pseudo_exportfs()
H A Dnfs_export.c884 bcopy(ne->exi_rootfid.fid_data, ne->exi_root->exi_fh.fh_xdata, in nfs_export_get_rootfh()
1443 if (exi->exi_fid.fid_len > sizeof (exi->exi_fh.fh_xdata)) { in exportfs()
1448 bcopy(exi->exi_fid.fid_data, exi->exi_fh.fh_xdata, in exportfs()
2495 bcopy(exi->exi_fh.fh_xdata, fh_fmtp->fh4_i.fhx_xdata, in makefh4()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c811 if ((fh == NULL) || memcmp(&fh->fh_data, &fh->fh_xdata, fh->fh_len)) { in update_export_point()
2147 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen); in nfslog_SHARE_fhargs()
2195 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen); in nfslog_UNSHARE_fhargs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1161 bcopy((exifh)->fh_xdata, (nfs_fmt)->fh4_xdata, \
H A Dnfs.h492 char fh_xdata[NFS_FHMAXDATA]; /* and data */ member