Searched refs:checkexport (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/nfs/ |
H A D | export.h | 620 extern struct exportinfo *checkexport(fsid_t *, struct fid *, vnode_t *);
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 1582 exi_ret = checkexport(&fh3->fh3_fsid, in nfslog_get_exi() 1593 exi_ret = checkexport(&fh->fh_fsid, in nfslog_get_exi()
|
H A D | nfs_export.c | 1934 exi = checkexport(&vp->v_vfsp->vfs_fsid, &fid, in nfs_vptoexi() 2487 checkexport(fsid_t *fsid, fid_t *fid, vnode_t *vp) in checkexport() function
|
H A D | nfs4_srv_readdir.c | 195 newexi = checkexport(&vp->v_vfsp->vfs_fsid, &fid, vp); in nfs4_readdir_getvp()
|
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 | nfs4_srv.c | 990 oexi = checkexport(&vp->v_vfsp->vfs_fsid, &fid, vp); in do_rfs4_op_secinfo() 2758 exi = checkexport(&vp->v_vfsp->vfs_fsid, &fid, vp); in do_rfs4_op_lookup() 3484 exi = checkexport(&fh_fmtp->fh4_fsid, in rfs4_op_putpubfh() 3578 cs->exi = checkexport(&fh_fmtp->fh4_fsid, (fid_t *)&fh_fmtp->fh4_xlen, in rfs4_op_putfh() 3652 exi = checkexport(&rootdir->v_vfsp->vfs_fsid, &fid, NULL); in rfs4_op_putrootfh() 7553 cs->exi = checkexport(&fh_fmtp->fh4_fsid, in rfs4_op_open()
|
H A D | nfs_server.c | 1650 exi = checkexport(fsid, xfid, NULL); in common_dispatch()
|
H A D | nfs3_srv.c | 2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_rename() 2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_link()
|