Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_mount.c1054 rootvp = vfs_cache_root_clear(mp); in vfs_domount_first()
1272 rootvp = vfs_cache_root_clear(mp); in vfs_domount_update()
1952 rootvp = vfs_cache_root_clear(mp); in dounmount()
2747 rootvp = vfs_cache_root_clear(mp); in vfs_remount_ro()
HDvfs_subr.c6903 vfs_cache_root_clear(struct mount *mp) in vfs_cache_root_clear() function
/freebsd-13-stable/sys/sys/
HDmount.h1058 struct vnode *vfs_cache_root_clear(struct mount *);