Home
last modified time | relevance | path

Searched refs:credanonp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_export.c671 struct ucred **credanonp, int *numsecflavors, int *secflavors) in vfs_stdcheckexp() argument
679 *credanonp = NULL; in vfs_stdcheckexp()
683 if ((*credanonp = np->netc_anon) != NULL) in vfs_stdcheckexp()
684 crhold(*credanonp); in vfs_stdcheckexp()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c546 struct ucred **credanonp, int *numsecflavors, int *secflavors) in unionfs_checkexp() argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c130 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 Dmount.h803 uint64_t *extflagsp, struct ucred **credanonp,