Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c115 struct exportlist { struct
130 SLIST_ENTRY(exportlist) entries; argument
139 SLIST_HEAD(exportlisthead, exportlist);
197 struct grouplist *, int, struct exportlist *,
213 static int do_export_mount(struct exportlist *, struct statfs *);
214 static int do_mount(struct exportlist *, struct grouplist *, uint64_t,
216 static int do_opt(char **, char **, struct exportlist *,
218 static struct exportlist *ex_search(fsid_t *, struct exportlisthead *);
219 static struct exportlist *get_exp(void);
221 static void free_exp(struct exportlist *);
[all …]