Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_init.c265 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
HDvfs_export.c498 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in vfs_stdcheckexp() function
/NextBSD/sys/sys/
HDmount.h914 vfs_checkexp_t vfs_stdcheckexp; variable
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vfsops.c2062 return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp, in zfs_checkexp()
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdport.c3034 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()