Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1318 dbp = db_get_db(fhpath, &fh->fh_fsid, &error, O_CREAT); in db_add()
1377 dbp = db_get_db(fhpath, &fh->fh_fsid, errorp, O_CREAT); in db_lookup()
1419 dbp = db_get_db(fhpath, &dfh->fh_fsid, errorp, O_CREAT); in db_lookup_link()
1590 dbp = db_get_db(fhpath, &dfh->fh_fsid, &error, O_CREAT); in db_delete_link()
1617 dbp = db_get_db(fhpath, &fh->fh_fsid, &error, O_CREAT); in db_delete()
1648 dbp = db_get_db(fhpath, &from_dfh->fh_fsid, &error, O_CREAT); in db_rename_link()
1684 ((fsidp != NULL) && (fsidp == &public_fh.fh_fsid))) in db_print_all_keys()
H A Dfhtab.c481 db_print_all_keys(fhpath, &fh->fh_fsid, stdout); in fh_print_all_keys()
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h676 ((fh)->fh_fsid.val[1] == 0 && \
H A Dnfs4.h1036 (nfs_fmt)->fh4_fsid = (exifh)->fh_fsid; \
H A Dnfs.h422 fsid_t fh_fsid; /* filesystem id */ member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c847 exi_root->exi_fh.fh_fsid = rootdir->v_vfsp->vfs_fsid; in nfs_exportinit()
1210 exi->exi_fh.fh_fsid = fsid; in exportfs()
2231 fh_fmtp->fh4_i.fhx_fsid = exi->exi_fh.fh_fsid; in makefh4()
H A Dnfs4_srv_ns.c174 exi->exi_fh.fh_fsid = fsid; in pseudo_exportfs()
H A Dnfs_srv.c2053 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen, NULL); in rfs_rename()
2199 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen, NULL); in rfs_link()
H A Dnfs_log.c1593 exi_ret = checkexport(&fh->fh_fsid, in nfslog_get_exi()
H A Dnfs_server.c1595 fsid = &fh2->fh_fsid; in common_dispatch()