Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c273 static struct exportlisthead *exphead = NULL; variable
1252 ep = ex_search(&fsb.f_fsid, exphead); in mntsrv()
1474 SLIST_FOREACH(ep, &exphead[i], entries) { in xdr_explist_common()
1724 ep = ex_search(&fsb.f_fsid, exphead); in get_exportlist_one()
1937 insert_exports(ep, exphead); in get_exportlist_one()
1980 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]); in get_exportlist()
1981 SLIST_INIT(&exphead[i]); in get_exportlist()
2045 if (exphead != NULL) { in get_exportlist()
2049 free_exports(exphead); in get_exportlist()
2062 if (exphead == NULL) { in get_exportlist()
[all …]