Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/mountd/
H A Dmountd.c309 static struct exportlist *v4root_ep = NULL; variable
1880 if (v4root_ep == NULL) { in get_exportlist_one()
1881 v4root_ep = ep; in get_exportlist_one()
1884 grp->gr_next = v4root_ep->ex_grphead; in get_exportlist_one()
1885 v4root_ep->ex_grphead = savgrp; in get_exportlist_one()
2274 if (v4root_ep != NULL) in compare_nmount_exportlist()
2275 grp = v4root_ep->ex_grphead; in compare_nmount_exportlist()
2277 while (v4root_ep != NULL && grp != NULL) { in compare_nmount_exportlist()
3072 if (v4root_ep != NULL) { in free_v4rootexp()
3073 free_exp(v4root_ep); in free_v4rootexp()
[all …]