Lines Matching refs:anoncrp
2573 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp() argument
2591 cp_cred(&ep->ex_defanon, anoncrp); in hang_dirp()
2612 add_dlist(&ep->ex_dirl, dp, grp, flags, ep, anoncrp, in hang_dirp()
2625 int flags, struct exportlist *ep, struct expcred *anoncrp, in add_dlist() argument
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()
2675 cp_cred(&ep->ex_defanon, anoncrp); in add_dlist()
3189 struct expcred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, in do_mount() argument
3215 eap->ex_uid = anoncrp->cr_uid; in do_mount()
3216 eap->ex_ngroups = anoncrp->cr_ngroups; in do_mount()
3221 eap->ex_groups = anoncrp->cr_groups; in do_mount()