HomeSort by: relevance | last modified time | path
    Searched defs:netexport (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_export.c 120 struct netexport { struct
121 TAILQ_ENTRY(netexport) ne_list;
126 TAILQ_HEAD(, netexport) netexport_list =
135 static int init_exports(struct mount *, struct netexport **);
136 static int hang_addrlist(struct mount *, struct netexport *,
140 static int export(struct netexport *, const struct export_args *);
141 static int setpublicfs(struct mount *, struct netexport *,
143 static struct netcred *netcred_lookup(struct netexport *, struct mbuf *);
144 static struct netexport *netexport_lookup(const struct mount *);
145 static struct netexport *netexport_lookup_byfsid(const fsid_t *)
    [all...]
nfs_export.c 120 struct netexport { struct
121 TAILQ_ENTRY(netexport) ne_list;
126 TAILQ_HEAD(, netexport) netexport_list =
135 static int init_exports(struct mount *, struct netexport **);
136 static int hang_addrlist(struct mount *, struct netexport *,
140 static int export(struct netexport *, const struct export_args *);
141 static int setpublicfs(struct mount *, struct netexport *,
143 static struct netcred *netcred_lookup(struct netexport *, struct mbuf *);
144 static struct netexport *netexport_lookup(const struct mount *);
145 static struct netexport *netexport_lookup_byfsid(const fsid_t *)
    [all...]

Completed in 83 milliseconds