Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c274 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_checkexp)(mp, nam, exflg, credp, in vfs_checkexp_sigdefer()
371 .vfs_checkexp = vfs_checkexp_sigdefer,
478 if (vfsops->vfs_checkexp == NULL) in vfs_register()
480 vfsops->vfs_checkexp = vfs_stdcheckexp; in vfs_register()
/freebsd/sys/sys/
H A Dmount.h830 vfs_checkexp_t *vfs_checkexp; member
904 _rc = (*(MP)->mnt_op->vfs_checkexp)(MP, NAM, EXFLG, CRED, NUMSEC,\
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c574 .vfs_checkexp = unionfs_checkexp,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c151 .vfs_checkexp = zfs_checkexp,