Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c2133 insert_exports(struct exportlist *ep, struct exportlisthead *exhp) in insert_exports() argument
2139 SLIST_INSERT_HEAD(&exhp[i], ep, entries); in insert_exports()
2146 free_exports(struct exportlisthead *exhp) in free_exports() argument
2152 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) { in free_exports()
2153 SLIST_REMOVE(&exhp[i], ep, exportlist, entries); in free_exports()
2156 SLIST_INIT(&exhp[i]); in free_exports()
2531 ex_search(fsid_t *fsid, struct exportlisthead *exhp) in ex_search() argument
2537 SLIST_FOREACH(ep, &exhp[i], entries) { in ex_search()