Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/devfs/
HDdevfs_vfsops.c240 .vfs_root = vfs_cache_root,
/freebsd-14-stable/sys/fs/tmpfs/
HDtmpfs_vfsops.c695 .vfs_root = vfs_cache_root,
/freebsd-14-stable/sys/sys/
HDvnode.h861 int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vfsops.c137 .vfs_root = vfs_cache_root,
/freebsd-14-stable/sys/ufs/ffs/
HDffs_vfsops.c110 .vfs_root = vfs_cache_root,
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clvfsops.c139 .vfs_root = vfs_cache_root,
/freebsd-14-stable/sys/kern/
HDvfs_subr.c6844 vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp) in vfs_cache_root() function