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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c202 (void) memcpy(linkkey, &dfh->fh_data, dfh->fh_len);
689 *errorp = store_record(dbp, &fh->fh_data, fh->fh_len, new_fhrecp,
719 bcopy(&fh->fh_data, fhkey, fh->fh_len);
1003 bcopy(&fh->fh_data, fhkey, fh->fh_len);
1263 bcopy(&fhrecp->fh.fh_data, fhkey, fhrecp->fh.fh_len);
1383 bcopy(&fh->fh_data, fhkey, fh->fh_len);
1621 (void) delete_record(dbp, &fh->fh_data, fh->fh_len,
1765 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data,
1777 (void *)&pfe->fh.fh_data,
1918 &pfe->fh.fh_data, pf
[all...]
H A Dfhtab.c470 byte = fh->fh_data[i];
813 if ((fh == NULL) || memcmp(&fh->fh_data, &fh->fh_xdata, fh->fh_len)) {
2144 * This bcopy is done because the fh_data for the export/share directory
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);
2192 * This bcopy is done because the fh_data for the export/share directory
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/fs/nfs/
H A Dnfs4_srv_ns.c176 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data);
H A Dnfs_export.c851 exi_root->exi_fh.fh_len = sizeof (exi_root->exi_fh.fh_data);
1219 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data);
2275 * Uses the file id (fh_len + fh_data) in the fhandle to get the vnode.
2326 * Uses the file id (fh_len + fh_data) in the file handle to get the vnode.
2368 * Uses the file id (fh_len + fh_data) in the file handle to get the vnode.
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h424 char fh_data[NFS_FHMAXDATA]; /* and data */ member in struct:svcfh

Completed in 86 milliseconds