Searched refs:extflagsp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_export.c | 670 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp, in vfs_stdcheckexp() argument 682 *extflagsp = np->netc_exflags; in vfs_stdcheckexp()
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 568 unionfs_checkexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp, in unionfs_checkexp() argument
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 130 static int zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, uint64_t *extflagsp, 1847 zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, uint64_t *extflagsp, in zfs_checkexp() argument 1859 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 812 uint64_t *extflagsp, struct ucred **credanonp,
|