Searched refs:exportlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c113 struct exportlist { struct
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 *);
[all...]

Completed in 60 milliseconds