Home
last modified time | relevance | path

Searched refs:fh_fsid (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1316 dbp = db_get_db(fhpath, &fh->fh_fsid, &error, O_CREAT); in db_add()
1375 dbp = db_get_db(fhpath, &fh->fh_fsid, errorp, O_CREAT); in db_lookup()
1417 dbp = db_get_db(fhpath, &dfh->fh_fsid, errorp, O_CREAT); in db_lookup_link()
1588 dbp = db_get_db(fhpath, &dfh->fh_fsid, &error, O_CREAT); in db_delete_link()
1615 dbp = db_get_db(fhpath, &fh->fh_fsid, &error, O_CREAT); in db_delete()
1646 dbp = db_get_db(fhpath, &from_dfh->fh_fsid, &error, O_CREAT); in db_rename_link()
1682 ((fsidp != NULL) && (fsidp == &public_fh.fh_fsid))) in db_print_all_keys()
H A Dfhtab.c479 db_print_all_keys(fhpath, &fh->fh_fsid, stdout); in fh_print_all_keys()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h733 ((fh)->fh_fsid.val[1] == 0 && \
H A Dnfs4.h1159 (nfs_fmt)->fh4_fsid = (exifh)->fh_fsid; \
H A Dnfs.h488 fsid_t fh_fsid; /* filesystem id */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c176 exi->exi_fh.fh_fsid = fsid; in pseudo_exportfs()
H A Dnfs_export.c882 ne->exi_root->exi_fh.fh_fsid = rootdir->v_vfsp->vfs_fsid; in nfs_export_get_rootfh()
1442 exi->exi_fh.fh_fsid = fsid; in exportfs()
2489 fh_fmtp->fh4_i.fhx_fsid = exi->exi_fh.fh_fsid; in makefh4()
H A Dnfs_log.c1597 exi_ret = checkexport(&fh->fh_fsid, in nfslog_get_exi()
H A Dnfs_srv.c2180 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen); in rfs_rename()
2326 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen); in rfs_link()
H A Dnfs_server.c1613 fsid = &fh2->fh_fsid; in common_dispatch()