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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c211 struct hosttqh xd_hosts; /* List of hosts this dir exported to */ member in struct:expdir
1141 TAILQ_FOREACH(hp, &xd->xd_hosts, ht_next) {
2020 TAILQ_FOREACH(ht, &xd->xd_hosts, ht_next)
2024 TAILQ_FOREACH(ht, &xd2->xd_hosts, ht_next)
2675 TAILQ_FOREACH_SAFE(ht, &xd2->xd_hosts, ht_next, ht2)
2677 TAILQ_REMOVE(&xd2->xd_hosts, ht, ht_next);
2682 if (!(xd2->xd_flags & OP_DEFEXP) && TAILQ_EMPTY(&xd2->xd_hosts)) {
2689 * Now scan the xd_hosts list for hosts that are still
2693 TAILQ_FOREACH_SAFE(ht, &xd->xd_hosts, ht_next, ht2)
2695 TAILQ_REMOVE(&xd->xd_hosts, h
[all...]

Completed in 77 milliseconds