Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_mount.c1198 rootvp = vfs_cache_root_clear(mp); in vfs_domount_first()
1431 rootvp = vfs_cache_root_clear(mp); in vfs_domount_update()
2286 rootvp = vfs_cache_root_clear(mp); in dounmount()
3059 rootvp = vfs_cache_root_clear(mp); in vfs_remount_ro()
H A Dvfs_subr.c6821 vfs_cache_root_clear(struct mount *mp) in vfs_cache_root_clear() function
/freebsd-14.2/sys/sys/
H A Dmount.h1097 struct vnode *vfs_cache_root_clear(struct mount *);