Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c209 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_cachedroot)(mp, flags, vpp); in vfs_cachedroot_sigdefer()
357 .vfs_cachedroot = vfs_cachedroot_sigdefer,
/f-stack/freebsd/sys/
H A Dmount.h785 vfs_root_t *vfs_cachedroot; member
828 _rc = (*(MP)->mnt_op->vfs_cachedroot)(MP, FLAGS, VPP); \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c127 .vfs_cachedroot = zfs_root,