Searched refs:numsecflavors (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dvfs_export.c115 ("%s: numsecflavors <= 0", __func__));
117 ("%s: numsecflavors >= MAXSECFLAVORS", __func__));
515 struct ucred **credanonp, int *numsecflavors, int **secflavors)
529 if (numsecflavors) {
530 *numsecflavors = np->netc_numsecflavors;
531 KASSERT(*numsecflavors > 0,
532 ("%s: numsecflavors <= 0", __func__));
533 KASSERT(*numsecflavors < MAXSECFLAVORS,
534 ("%s: numsecflavors >= MAXSECFLAVORS", __func__));
514 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, struct ucred **credanonp, int *numsecflavors, int **secflavors) argument
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1091 int numsecflavors, *secflavorsp; local
1171 &numsecflavors, &secflavorsp) ||
1173 chk_host(dp, saddr, &defset, &hostset, &numsecflavors,
1186 fhr.fhr_numsecflavors = numsecflavors;
2562 int *hostsetp, int *numsecflavors, int **secflavorsp)
2581 if (numsecflavors != NULL) {
2582 *numsecflavors =
2597 if (numsecflavors != NULL) {
2598 *numsecflavors =
2996 int numsecflavors, in
2561 chk_host(struct dirlist *dp, struct sockaddr *saddr, int *defsetp, int *hostsetp, int *numsecflavors, int **secflavorsp) argument
2994 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, struct xucred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, int numsecflavors, int *secflavors) argument
[all...]
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.c467 struct ucred **credanonp, int *numsecflavors, int **secflavors)
466 unionfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, struct ucred **credanonp, int *numsecflavors, int **secflavors) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c103 struct ucred **credanonp, int *numsecflavors, int **secflavors);
2270 struct ucred **credanonp, int *numsecflavors, int **secflavors)
2282 credanonp, numsecflavors, secflavors));
2269 zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, int *extflagsp, struct ucred **credanonp, int *numsecflavors, int **secflavors) argument
/freebsd-11-stable/sys/sys/
H A Dmount.h624 int *numsecflavors, int **secflavors);

Completed in 118 milliseconds