Lines Matching refs:anoncrp
2603 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp() argument
2621 cp_cred(&ep->ex_defanon, anoncrp); in hang_dirp()
2642 add_dlist(&ep->ex_dirl, dp, grp, flags, ep, anoncrp, in hang_dirp()
2655 int flags, struct exportlist *ep, struct expcred *anoncrp, in add_dlist() argument
2666 add_dlist(&dp->dp_left, newdp, grp, flags, ep, anoncrp, in add_dlist()
2670 add_dlist(&dp->dp_right, newdp, grp, flags, ep, anoncrp, in add_dlist()
2705 cp_cred(&ep->ex_defanon, anoncrp); in add_dlist()
3219 struct expcred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, in do_mount() argument
3245 eap->ex_uid = anoncrp->cr_uid; in do_mount()
3246 eap->ex_ngroups = anoncrp->cr_ngroups; in do_mount()
3251 eap->ex_groups = anoncrp->cr_groups; in do_mount()