Searched refs:exphead (Results 1 – 1 of 1) sorted by relevance
281 static struct exportlisthead *exphead = NULL; variable1228 ep = ex_search(&fsb.f_fsid, exphead); in mntsrv()1450 SLIST_FOREACH(ep, &exphead[i], entries) { in xdr_explist_common()1699 ep = ex_search(&fsb.f_fsid, exphead); in get_exportlist_one()1911 insert_exports(ep, exphead); in get_exportlist_one()1959 SLIST_INIT(&exphead[i]); in get_exportlist()2023 if (exphead != NULL) { in get_exportlist()2027 free_exports(exphead); in get_exportlist()2040 if (exphead == NULL) { in get_exportlist()2047 exphead = malloc(exphashsize * sizeof(*exphead)); in get_exportlist()[all …]