Searched refs:exportlist (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/mountd/ |
| H A D | mountd.c | 116 struct exportlist { struct 131 SLIST_ENTRY(exportlist) entries; argument 140 SLIST_HEAD(exportlisthead, exportlist); 198 struct grouplist *, int, struct exportlist *, 214 static int do_export_mount(struct exportlist *, struct statfs *); 215 static int do_mount(struct exportlist *, struct grouplist *, uint64_t, 217 static int do_opt(char **, char **, struct exportlist *, 220 static struct exportlist *ex_search(fsid_t *, struct exportlisthead *); 221 static struct exportlist *get_exp(void); 223 static void free_exp(struct exportlist *); [all …]
|