Lines Matching refs:exportlist
134 struct exportlist { struct
135 struct exportlist *ex_next; argument
187 static int do_nfssvc(const char *, size_t, struct exportlist *,
190 struct exportlist *, struct grouplist *, int *, int *, struct uucred *);
191 static struct exportlist *ex_search(fsid_t *);
193 int, char *, struct exportlist **, struct statvfs *);
194 static int parse_host_netgroup(const char *, size_t, struct exportlist *,
196 static struct exportlist *get_exp(void);
198 static void free_exp(struct exportlist *);
206 static void free_exp_grp(struct exportlist *, struct grouplist *);
209 struct exportlist *, int);
226 static struct exportlist *exphead;
574 struct exportlist *ep; in mntsrv()
828 struct exportlist *ep; in xdr_explist()
918 parse_host_netgroup(const char *line, size_t lineno, struct exportlist *ep, in parse_host_netgroup()
960 int got_nondir, char *cp, struct exportlist **ep, struct statvfs *fsp) in parse_directory()
1018 struct exportlist *ep, *ep2; in get_exportlist_one()
1020 struct exportlist **epp; in get_exportlist_one()
1230 struct exportlist *ep, *ep2; in get_exportlist()
1318 static struct exportlist *
1321 struct exportlist *ep; in get_exp()
1323 ep = emalloc(sizeof(struct exportlist)); in get_exp()
1324 (void)memset(ep, 0, sizeof(struct exportlist)); in get_exp()
1345 free_exp_grp(struct exportlist *ep, struct grouplist *grp) in free_exp_grp()
1361 static struct exportlist *
1367 struct exportlist *ep; in ex_search()
1403 hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep, in hang_dirp()
1742 struct exportlist *ep, struct grouplist *grp, int *has_hostp, in do_opt()
1912 free_exp(struct exportlist *ep) in free_exp()
1999 do_nfssvc(const char *line, size_t lineno, struct exportlist *ep, in do_nfssvc()