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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c119 char *ex_fsdir; member in struct:exportlist
1627 ep->ex_fsdir = strdup(fsb.f_mntonname);
1628 if (ep->ex_fsdir == NULL)
1994 LOGDEBUG("fs=%s hash=%i", ep->ex_fsdir, i);
2073 LOGDEBUG("foreach ep=%s", ep->ex_fsdir);
2083 if (strcmp(ep->ex_fsdir, oep->ex_fsdir) != 0)
2104 if (statfs(ep->ex_fsdir, &fs) < 0)
2116 if (statfs(ep->ex_fsdir, &fs) < 0)
2128 LOGDEBUG("not done delete=%s", oep->ex_fsdir);
[all...]

Completed in 58 milliseconds