Searched refs:credanonp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_export.c | 671 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 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 | 803 uint64_t *extflagsp, struct ucred **credanonp,
|