Searched refs:numsecflavors (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_export.c | 671 struct ucred **credanonp, int *numsecflavors, int *secflavors) in vfs_stdcheckexp() argument 685 if (numsecflavors) { in vfs_stdcheckexp() 686 *numsecflavors = np->netc_numsecflavors; in vfs_stdcheckexp() 687 KASSERT(*numsecflavors > 0, in vfs_stdcheckexp() 689 KASSERT(*numsecflavors < MAXSECFLAVORS, in vfs_stdcheckexp()
|
H A D | vfs_init.c | 269 struct ucred **credp, int *numsecflavors, int *secflavors) in vfs_checkexp_sigdefer() argument 275 numsecflavors, secflavors); in vfs_checkexp_sigdefer()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1149 int numsecflavors, *secflavorsp; in mntsrv() local 1229 &numsecflavors, &secflavorsp) || in mntsrv() 1231 chk_host(dp, saddr, &defset, &hostset, &numsecflavors, in mntsrv() 1244 fhr.fhr_numsecflavors = numsecflavors; in mntsrv() 2682 int *hostsetp, int *numsecflavors, int **secflavorsp) in chk_host() argument 2701 if (numsecflavors != NULL) { in chk_host() 2702 *numsecflavors = in chk_host() 2717 if (numsecflavors != NULL) { in chk_host() 2718 *numsecflavors = in chk_host() 3161 int numsecflavors, int *secflavors) in do_mount() argument [all …]
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 546 struct ucred **credanonp, int *numsecflavors, int *secflavors) in unionfs_checkexp() argument
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 130 struct ucred **credanonp, int *numsecflavors, int *secflavors); 1786 struct ucred **credanonp, int *numsecflavors, int *secflavors) in zfs_checkexp() argument 1798 credanonp, numsecflavors, secflavors)); in zfs_checkexp()
|
/freebsd/sys/sys/ |
H A D | mount.h | 804 int *numsecflavors, int *secflavors);
|