Searched refs:oep (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2055 struct exportlist *ep, *oep; local
2074 oep = ex_search(&ep->ex_fs, oldexphead);
2075 if (oep != NULL) {
2083 if (strcmp(ep->ex_fsdir, oep->ex_fsdir) != 0)
2091 if (compare_export(ep, oep) != 0) {
2100 (oep->ex_flag & EX_PUBLICFH) != 0)
2111 oep->ex_flag |= EX_DONE;
2126 SLIST_FOREACH(oep, &oldexphead[i], entries) {
2127 if ((oep->ex_flag & EX_DONE) == 0) {
2128 LOGDEBUG("not done delete=%s", oep
2176 compare_export(struct exportlist *ep, struct exportlist *oep) argument
[all...]

Completed in 60 milliseconds