Home | History | Annotate | Download | only in mountd

Lines Matching defs:dp_hosts

125 	struct hostlist *dp_hosts;	/* List of hosts this dir exported to */
883 hp = dp->dp_hosts;
904 hp = adp->dp_hosts;
1392 dp->dp_hosts = NULL;
1428 hp->ht_next = ep->ex_defdir->dp_hosts;
1429 ep->ex_defdir->dp_hosts = hp;
1485 hp->ht_next = dp->dp_hosts;
1486 dp->dp_hosts = hp;
1671 hp = dp->dp_hosts;
1730 free_host(dp->dp_hosts);
1916 free_host(ep->ex_defdir->dp_hosts);