Searched refs:vfs_checkexp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 286 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_checkexp)(mp, nam, exflg, credp, in vfs_checkexp_sigdefer() 383 .vfs_checkexp = vfs_checkexp_sigdefer, 490 if (vfsops->vfs_checkexp == NULL) in vfs_register() 492 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
|
/freebsd/sys/sys/ |
H A D | mount.h | 839 vfs_checkexp_t *vfs_checkexp; member 913 _rc = (*(MP)->mnt_op->vfs_checkexp)(MP, NAM, EXFLG, CRED, NUMSEC,\
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 571 .vfs_checkexp = unionfs_checkexp,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 143 .vfs_checkexp = zfs_checkexp,
|