Searched refs:fh_data (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 202 (void) memcpy(linkkey, &dfh->fh_data, dfh->fh_len); in fill_link_key() 689 *errorp = store_record(dbp, &fh->fh_data, fh->fh_len, new_fhrecp, in create_primary_struct() 719 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_add_primary() 1003 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_add_secondary() 1263 bcopy(&fhrecp->fh.fh_data, fhkey, fhrecp->fh.fh_len); in db_update_primary_new_head() 1383 bcopy(&fh->fh_data, fhkey, fh->fh_len); in db_lookup() 1621 (void) delete_record(dbp, &fh->fh_data, fh->fh_len, in db_delete() 1765 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data, in links_timedout() 1777 (void *)&pfe->fh.fh_data, in links_timedout() 1918 &pfe->fh.fh_data, pfe->fh.fh_len, in prune_dbs()
|
H A D | fhtab.c | 470 byte = fh->fh_data[i]; in sprint_fid() 813 if ((fh == NULL) || memcmp(&fh->fh_data, &fh->fh_xdata, fh->fh_len)) { in update_export_point() 2149 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen); in nfslog_SHARE_fhargs() 2197 bcopy(fh->fh_xdata, fh->fh_data, fh->fh_xlen); in nfslog_UNSHARE_fhargs()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_ns.c | 179 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data); in pseudo_exportfs()
|
H A D | nfs_export.c | 851 exi_root->exi_fh.fh_len = sizeof (exi_root->exi_fh.fh_data); in nfs_exportinit() 1219 exi->exi_fh.fh_len = sizeof (exi->exi_fh.fh_data); in exportfs()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 424 char fh_data[NFS_FHMAXDATA]; /* and data */ member
|