Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c272 static struct exportlisthead *exphead = NULL; variable
1251 ep = ex_search(&fsb.f_fsid, exphead); in mntsrv()
1473 SLIST_FOREACH(ep, &exphead[i], entries) { in xdr_explist_common()
1723 ep = ex_search(&fsb.f_fsid, exphead); in get_exportlist_one()
1936 insert_exports(ep, exphead); in get_exportlist_one()
1979 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]); in get_exportlist()
1980 SLIST_INIT(&exphead[i]); in get_exportlist()
2044 if (exphead != NULL) { in get_exportlist()
2048 free_exports(exphead); in get_exportlist()
2061 if (exphead == NULL) { in get_exportlist()
[all …]