Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_init.c401 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
HDvfs_default.c1571 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in vfs_stdcheckexp() function
/dragonfly/sys/sys/
HDmount.h771 vfs_checkexp_t vfs_stdcheckexp; variable