Searched refs:add_dlist (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 197 static void add_dlist(struct dirlist **, struct dirlist *, 2612 add_dlist(&ep->ex_dirl, dp, grp, flags, ep, anoncrp, in hang_dirp() 2624 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist() function 2636 add_dlist(&dp->dp_left, newdp, grp, flags, ep, anoncrp, in add_dlist() 2640 add_dlist(&dp->dp_right, newdp, grp, flags, ep, anoncrp, in add_dlist()
|