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

/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c2065 insert_exports(struct exportlist *ep, struct exportlisthead *exhp) argument
2071 SLIST_INSERT_HEAD(&exhp[i], ep, entries);
2078 free_exports(struct exportlisthead *exhp) argument
2084 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) {
2085 SLIST_REMOVE(&exhp[i], ep, exportlist, entries);
2088 SLIST_INIT(&exhp[i]);
2463 ex_search(fsid_t *fsid, struct exportlisthead *exhp) argument
2469 SLIST_FOREACH(ep, &exhp[i], entries) {

Completed in 108 milliseconds