Searched refs:vfs_checkexp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_init.c | 277 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_checkexp)(mp, nam, exflg, credp, in vfs_checkexp_sigdefer() 363 .vfs_checkexp = vfs_checkexp_sigdefer, 470 if (vfsops->vfs_checkexp == NULL) in vfs_register() 472 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 791 vfs_checkexp_t *vfs_checkexp; member 864 _rc = (*(MP)->mnt_op->vfs_checkexp)(MP, NAM, EXFLG, CRED, NUMSEC,\
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 134 .vfs_checkexp = zfs_checkexp,
|