Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c2110 insert_exports(struct exportlist *ep, struct exportlisthead *exhp) in insert_exports() argument
2116 SLIST_INSERT_HEAD(&exhp[i], ep, entries); in insert_exports()
2123 free_exports(struct exportlisthead *exhp) in free_exports() argument
2129 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) { in free_exports()
2130 SLIST_REMOVE(&exhp[i], ep, exportlist, entries); in free_exports()
2133 SLIST_INIT(&exhp[i]); in free_exports()
2508 ex_search(fsid_t *fsid, struct exportlisthead *exhp) in ex_search() argument
2514 SLIST_FOREACH(ep, &exhp[i], entries) { in ex_search()