Lines Matching refs:exportlist

115 struct exportlist {  struct
130 SLIST_ENTRY(exportlist) entries; argument
138 SLIST_HEAD(exportlisthead, exportlist);
190 struct grouplist *, int, struct exportlist *,
204 static int do_export_mount(struct exportlist *, struct statfs *);
205 static int do_mount(struct exportlist *, struct grouplist *, int,
207 static int do_opt(char **, char **, struct exportlist *,
209 static struct exportlist *ex_search(fsid_t *, struct exportlisthead *);
210 static struct exportlist *get_exp(void);
212 static void free_exp(struct exportlist *);
218 static void insert_exports(struct exportlist *, struct exportlisthead *);
222 static int compare_export(struct exportlist *, struct exportlist *);
231 static void getexp_err(struct exportlist *, struct grouplist *, const char *);
234 struct exportlist *, int, struct xucred *, int);
241 static int parsesec(char *, struct exportlist *);
292 static struct exportlist *v4root_ep = NULL;
1040 struct exportlist *ep; in mntsrv()
1340 struct exportlist *ep; in xdr_explist_common()
1462 struct exportlist *ep; in get_exportlist_one()
1488 ep = (struct exportlist *)NULL; in get_exportlist_one()
1519 if (ep == (struct exportlist *)NULL) { in get_exportlist_one()
1585 if (ep == (struct exportlist *)NULL) { in get_exportlist_one()
1618 if (ep == (struct exportlist *)NULL) { in get_exportlist_one()
1950 insert_exports(struct exportlist *ep, struct exportlisthead *exhp) in insert_exports()
1965 struct exportlist *ep, *ep2; in free_exports()
1970 SLIST_REMOVE(&exhp[i], ep, exportlist, entries); in free_exports()
2016 struct exportlist *ep, *oep; in compare_nmount_exportlist()
2137 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export()
2296 static struct exportlist *
2299 struct exportlist *ep; in get_exp()
2301 ep = (struct exportlist *)calloc(1, sizeof (struct exportlist)); in get_exp()
2302 if (ep == (struct exportlist *)NULL) in get_exp()
2325 getexp_err(struct exportlist *ep, struct grouplist *grp, const char *reason) in getexp_err()
2348 static struct exportlist *
2351 struct exportlist *ep; in ex_search()
2391 hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep, in hang_dirp()
2444 int flags, struct exportlist *ep, struct xucred *anoncrp, int exflags) in add_dlist()
2613 parsesec(char *seclist, struct exportlist *ep) in parsesec()
2664 do_opt(char **cpp, char **endcpp, struct exportlist *ep, struct grouplist *grp, in do_opt()
2837 free_exp(struct exportlist *ep) in free_exp()
2915 do_export_mount(struct exportlist *ep, struct statfs *fsp) in do_export_mount()
2955 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, in do_mount()