Searched refs:oldexphead (Results 1 – 1 of 1) sorted by relevance
274 static struct exportlisthead *oldexphead = NULL; variable1980 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]); in get_exportlist()1996 SLIST_INIT(&oldexphead[i]); in get_exportlist()2035 free_exports(oldexphead); in get_exportlist()2050 free_exports(oldexphead); in get_exportlist()2070 oldexphead = malloc(exphashsize * sizeof(*oldexphead)); in get_exportlist()2071 if (exphead == NULL || oldexphead == NULL) in get_exportlist()2076 SLIST_INIT(&oldexphead[i]); in get_exportlist()2207 oep = ex_search(&ep->ex_fs, oldexphead); in compare_nmount_exportlist()2259 SLIST_FOREACH(oep, &oldexphead[i], entries) { in compare_nmount_exportlist()