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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c262 static struct exportlisthead *exphead = NULL; variable in typeref:struct:exportlisthead
1168 ep = ex_search(&fsb.f_fsid, exphead);
1390 SLIST_FOREACH(ep, &exphead[i], entries) {
1623 ep = ex_search(&fsb.f_fsid, exphead);
1808 insert_exports(ep, exphead);
1850 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]);
1851 SLIST_INIT(&exphead[i]);
1914 /* exphead == NULL if not yet allocated (first call). */
1915 if (exphead != NULL) {
1919 free_exports(exphead);
[all...]

Completed in 135 milliseconds