Searched refs:vfs_cachedroot (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 204 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_cachedroot)(mp, flags, vpp); in vfs_cachedroot_sigdefer() 365 .vfs_cachedroot = vfs_cachedroot_sigdefer,
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 239 .vfs_cachedroot = devfs_root,
|
/freebsd/sys/sys/ |
H A D | mount.h | 826 vfs_root_t *vfs_cachedroot; member 870 _rc = (*(MP)->mnt_op->vfs_cachedroot)(MP, FLAGS, VPP); \
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 695 .vfs_cachedroot = tmpfs_root,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 139 .vfs_cachedroot = zfs_root,
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 109 .vfs_cachedroot = ufs_root,
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 140 .vfs_cachedroot = nfs_root,
|