Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_export.c516 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp, in vfs_stdcheckexp() function
H A Dvfs_init.c472 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
/f-stack/freebsd/sys/
H A Dmount.h1031 vfs_checkexp_t vfs_stdcheckexp; variable
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1769 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()