Home
last modified time | relevance | path

Searched refs:checkexport (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h646 extern struct exportinfo *checkexport(fsid_t *, struct fid *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1586 exi_ret = checkexport(&fh3->fh3_fsid, in nfslog_get_exi()
1597 exi_ret = checkexport(&fh->fh_fsid, in nfslog_get_exi()
H A Dnfs_srv.c387 exi = checkexport(&vp->v_vfsp->vfs_fsid, &fid); in rfs_cross_mnt()
2180 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_export.c2191 exi = checkexport(&vp->v_vfsp->vfs_fsid, &fid); in nfs_vptoexi()
2703 checkexport(fsid_t *fsid, fid_t *fid) in checkexport() function
H A Dnfs3_srv.c2795 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_rename()
3007 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_link()
H A Dnfs_server.c1652 exi = checkexport(fsid, xfid); in common_dispatch()