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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c117 int ex_flag; member in struct:exportlist
130 /* ex_flag bits */
1807 if ((ep->ex_flag & EX_LINKED) == 0) {
1810 ep->ex_flag |= EX_LINKED;
2100 (oep->ex_flag & EX_PUBLICFH) != 0)
2111 oep->ex_flag |= EX_DONE;
2127 if ((oep->ex_flag & EX_DONE) == 0) {
2141 (oep->ex_flag & EX_PUBLICFH) != 0)
2182 if ((ep->ex_flag & EX_DEFSET) != (oep->ex_flag
[all...]

Completed in 141 milliseconds