Searched refs:anoncrp (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 2550 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp() argument 2568 cp_cred(&ep->ex_defanon, anoncrp); in hang_dirp() 2589 add_dlist(&ep->ex_dirl, dp, grp, flags, ep, anoncrp, in hang_dirp() 2602 int flags, struct exportlist *ep, struct expcred *anoncrp, in add_dlist() argument 2613 add_dlist(&dp->dp_left, newdp, grp, flags, ep, anoncrp, in add_dlist() 2617 add_dlist(&dp->dp_right, newdp, grp, flags, ep, anoncrp, in add_dlist() 2652 cp_cred(&ep->ex_defanon, anoncrp); in add_dlist() 3160 struct expcred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, in do_mount() argument 3186 eap->ex_uid = anoncrp->cr_uid; in do_mount() 3187 eap->ex_ngroups = anoncrp->cr_ngroups; in do_mount() [all …]
|