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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1989 insert_exports(struct exportlist *ep, struct exportlisthead *exhp) argument
1995 SLIST_INSERT_HEAD(&exhp[i], ep, entries);
2002 free_exports(struct exportlisthead *exhp) argument
2008 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) {
2009 SLIST_REMOVE(&exhp[i], ep, exportlist, entries);
2012 SLIST_INIT(&exhp[i]);
2388 ex_search(fsid_t *fsid, struct exportlisthead *exhp) argument
2394 SLIST_FOREACH(ep, &exhp[i], entries) {

Completed in 62 milliseconds