Searched refs:credanonp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_export.c | 517 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 D | zfs_vfsops.c | 114 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 D | mount.h | 766 uint64_t *extflagsp, struct ucred **credanonp,
|