Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_export.c517 struct ucred **credanonp, int *numsecflavors, int *secflavors) in vfs_stdcheckexp() argument
525 *credanonp = NULL; in vfs_stdcheckexp()
529 if ((*credanonp = np->netc_anon) != NULL) in vfs_stdcheckexp()
530 crhold(*credanonp); in vfs_stdcheckexp()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c114 struct ucred **credanonp, int *numsecflavors, int *secflavors);
117 struct ucred **credanonp, int *numsecflavors, int **secflavors);
1754 struct ucred **credanonp, int *numsecflavors, int *secflavors) in zfs_checkexp() argument
1757 struct ucred **credanonp, int *numsecflavors, int **secflavors) in zfs_checkexp()
1770 credanonp, numsecflavors, secflavors)); in zfs_checkexp()
/f-stack/freebsd/sys/
H A Dmount.h766 uint64_t *extflagsp, struct ucred **credanonp,