Searched refs:oldexphead (Results 1 – 1 of 1) sorted by relevance
287 static struct exportlisthead *oldexphead = NULL; variable1982 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]); in get_exportlist()1998 SLIST_INIT(&oldexphead[i]); in get_exportlist()2037 free_exports(oldexphead); in get_exportlist()2052 free_exports(oldexphead); in get_exportlist()2072 oldexphead = malloc(exphashsize * sizeof(*oldexphead)); in get_exportlist()2073 if (exphead == NULL || oldexphead == NULL) in get_exportlist()2078 SLIST_INIT(&oldexphead[i]); in get_exportlist()2221 oep = ex_search(&ep->ex_fs, oldexphead); in compare_nmount_exportlist()2273 SLIST_FOREACH(oep, &oldexphead[i], entries) { in compare_nmount_exportlist()