Home
last modified time | relevance | path

Searched refs:vfs_cache_root (Results 1 – 7 of 7) sorted by relevance

/src/sys/fs/devfs/ !
H A Ddevfs_vfsops.c238 .vfs_root = vfs_cache_root,
/src/sys/fs/tmpfs/ !
H A Dtmpfs_vfsops.c694 .vfs_root = vfs_cache_root,
/src/sys/sys/ !
H A Dvnode.h866 int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
/src/sys/ufs/ffs/ !
H A Dffs_vfsops.c108 .vfs_root = vfs_cache_root,
/src/sys/contrib/openzfs/module/os/freebsd/zfs/ !
H A Dzfs_vfsops.c138 .vfs_root = vfs_cache_root,
/src/sys/fs/nfsclient/ !
H A Dnfs_clvfsops.c139 .vfs_root = vfs_cache_root,
/src/sys/kern/ !
H A Dvfs_subr.c6985 vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp) in vfs_cache_root() function