Lines Matching refs:exportlist

113 struct exportlist {
128 SLIST_ENTRY(exportlist) entries;
136 SLIST_HEAD(exportlisthead, exportlist);
194 struct grouplist *, int, struct exportlist *,
208 static int do_export_mount(struct exportlist *, struct statfs *);
209 static int do_mount(struct exportlist *, struct grouplist *, int,
211 static int do_opt(char **, char **, struct exportlist *,
213 static struct exportlist *ex_search(fsid_t *, struct exportlisthead *);
214 static struct exportlist *get_exp(void);
216 static void free_exp(struct exportlist *);
222 static void insert_exports(struct exportlist *, struct exportlisthead *);
226 static int compare_export(struct exportlist *, struct exportlist *);
235 static void getexp_err(struct exportlist *, struct grouplist *, const char *);
238 struct exportlist *, int, struct xucred *, int);
245 static int parsesec(char *, struct exportlist *);
296 static struct exportlist *v4root_ep = NULL;
1078 struct exportlist *ep;
1379 struct exportlist *ep;
1501 struct exportlist *ep;
1527 ep = (struct exportlist *)NULL;
1558 if (ep == (struct exportlist *)NULL) {
1624 if (ep == (struct exportlist *)NULL) {
1657 if (ep == (struct exportlist *)NULL) {
1989 insert_exports(struct exportlist *ep, struct exportlisthead *exhp)
2004 struct exportlist *ep, *ep2;
2009 SLIST_REMOVE(&exhp[i], ep, exportlist, entries);
2055 struct exportlist *ep, *oep;
2172 * Compare old and current exportlist entries for the fsid and return 0
2176 compare_export(struct exportlist *ep, struct exportlist *oep)
2335 static struct exportlist *
2338 struct exportlist *ep;
2340 ep = (struct exportlist *)calloc(1, sizeof (struct exportlist));
2341 if (ep == (struct exportlist *)NULL)
2364 getexp_err(struct exportlist *ep, struct grouplist *grp, const char *reason)
2387 static struct exportlist *
2390 struct exportlist *ep;
2430 hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep,
2483 int flags, struct exportlist *ep, struct xucred *anoncrp, int exflags)
2652 parsesec(char *seclist, struct exportlist *ep)
2703 do_opt(char **cpp, char **endcpp, struct exportlist *ep, struct grouplist *grp,
2876 free_exp(struct exportlist *ep)
2951 * Call do_mount() from the struct exportlist, for each case needed.
2954 do_export_mount(struct exportlist *ep, struct statfs *fsp)
2994 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags,