Searched refs:fh_fsid (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 1318 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 D | fhtab.c | 481 db_print_all_keys(fhpath, &fh->fh_fsid, stdout); in fh_print_all_keys()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | export.h | 676 ((fh)->fh_fsid.val[1] == 0 && \
|
H A D | nfs4.h | 1036 (nfs_fmt)->fh4_fsid = (exifh)->fh_fsid; \
|
H A D | nfs.h | 422 fsid_t fh_fsid; /* filesystem id */ member
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 847 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 D | nfs4_srv_ns.c | 174 exi->exi_fh.fh_fsid = fsid; in pseudo_exportfs()
|
H A D | nfs_srv.c | 2053 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 D | nfs_log.c | 1593 exi_ret = checkexport(&fh->fh_fsid, in nfslog_get_exi()
|
H A D | nfs_server.c | 1595 fsid = &fh2->fh_fsid; in common_dispatch()
|