Searched refs:vfs_cache_setroot (Results 1 – 6 of 6) sorted by relevance
223 void vfs_cache_setroot(struct vnode *vp, struct nchandle *nch);
493 vfs_cache_setroot(vp, cache_hold(&mp->mnt_ncmountpt)); in vfs_mountroot_try()
300 vfs_cache_setroot(NULL, NULL); in boot()
593 vfs_cache_setroot(vp, cache_hold(&mp->mnt_ncmountpt)); in start_init()
528 vfs_cache_setroot(newdp, cache_hold(new_nch)); in checkdirs()2130 vfs_cache_setroot(vp, cache_hold(nch)); in sys_chroot_kernel()
4987 vfs_cache_setroot(struct vnode *nvp, struct nchandle *nch) in vfs_cache_setroot() function