Searched refs:oldexphead (Results 1 – 1 of 1) sorted by relevance
282 static struct exportlisthead *oldexphead = NULL; variable1930 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]); in get_exportlist()1946 SLIST_INIT(&oldexphead[i]); in get_exportlist()1985 free_exports(oldexphead); in get_exportlist()2000 free_exports(oldexphead); in get_exportlist()2020 oldexphead = malloc(exphashsize * sizeof(*oldexphead)); in get_exportlist()2021 if (exphead == NULL || oldexphead == NULL) in get_exportlist()2026 SLIST_INIT(&oldexphead[i]); in get_exportlist()2169 oep = ex_search(&ep->ex_fs, oldexphead); in compare_nmount_exportlist()2221 SLIST_FOREACH(oep, &oldexphead[i], entries) { in compare_nmount_exportlist()