Lines Matching refs:exportinfo

396 struct exportinfo;
465 struct exportinfo *tree_exi;
486 struct exportinfo *prev; /* ptr to the previous exportinfo */
487 struct exportinfo *next; /* ptr to the next exportinfo */
488 struct exportinfo **bckt; /* backpointer to the hash bucket */
509 struct exportinfo { struct
535 typedef struct exportinfo exportinfo_t; argument
605 extern int nfsauth4_access(struct exportinfo *, vnode_t *,
607 extern int nfsauth4_secinfo_access(struct exportinfo *,
613 extern int chk_clnt_sec(struct exportinfo *, struct svc_req *);
614 extern int makefh(fhandle_t *, struct vnode *, struct exportinfo *);
615 extern int makefh_ol(fhandle_t *, struct exportinfo *, uint_t);
616 extern int makefh3(nfs_fh3 *, struct vnode *, struct exportinfo *);
617 extern int makefh3_ol(nfs_fh3 *, struct exportinfo *, uint_t);
618 extern vnode_t *nfs_fhtovp(fhandle_t *, struct exportinfo *);
619 extern vnode_t *nfs3_fhtovp(nfs_fh3 *, struct exportinfo *);
620 extern struct exportinfo *checkexport(fsid_t *, struct fid *, vnode_t *);
621 extern struct exportinfo *checkexport_nohold(fsid_t *, struct fid *,
623 extern void exi_hold(struct exportinfo *);
624 extern void exi_rele(struct exportinfo *);
625 extern struct exportinfo *nfs_vptoexi(vnode_t *, vnode_t *, cred_t *, int *,
628 struct exportinfo **);
629 extern void export_link(struct exportinfo *);
630 extern void export_unlink(struct exportinfo *);
640 extern int treeclimb_export(struct exportinfo *);
641 extern void treeclimb_unexport(struct exportinfo *);
642 extern int nfs_visible(struct exportinfo *, vnode_t *, int *);
643 extern int nfs_visible_inode(struct exportinfo *, ino64_t,
645 extern int has_visible(struct exportinfo *, vnode_t *);
647 extern int nfs_exported(struct exportinfo *, vnode_t *);
648 extern struct exportinfo *pseudo_exportfs(vnode_t *, fid_t *,
651 extern int nfs4_vget_pseudo(struct exportinfo *, vnode_t **, fid_t *);
652 extern bool_t nfs_visible_change(struct exportinfo *, vnode_t *,
665 extern struct exportinfo *exi_public, *exi_root;
668 extern struct exportinfo *exptable[];
682 extern int makefh4(nfs_fh4 *, struct vnode *, struct exportinfo *);
683 extern vnode_t *nfs4_fhtovp(nfs_fh4 *, struct exportinfo *, nfsstat4 *);