Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c200 (void) memcpy(linkkey, &dfh->fh_data, dfh->fh_len); in fill_link_key()
687 *errorp = store_record(dbp, &fh->fh_data, fh->fh_len, new_fhrecp, in create_primary_struct()
717 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_add_primary()
1001 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_add_secondary()
1261 bcopy(&fhrecp->fh.fh_data, fhkey, fhrecp->fh.fh_len); in db_update_primary_new_head()
1381 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_lookup()
1619 (void) delete_record(dbp, &fh->fh_data, fh->fh_len, in db_delete()
1763 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data, in links_timedout()
1775 (void *)&pfe->fh.fh_data, in links_timedout()
1916 &pfe->fh.fh_data, pfe->fh.fh_len, in prune_dbs()
H A Dfhtab.c468 byte = fh->fh_data[i]; in sprint_fid()
811 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/fs/nfs/
H A Dnfs4_srv_ns.c181 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data); in pseudo_exportfs()
H A Dnfs_export.c886 ne->exi_root->exi_fh.fh_len = sizeof (ne->exi_root->exi_fh.fh_data); in nfs_export_get_rootfh()
1451 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data); in exportfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h490 char fh_data[NFS_FHMAXDATA]; /* and data */ member