Home
last modified time | relevance | path

Searched refs:vfs_cache_setroot (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/sys/
H A Dnamecache.h223 void vfs_cache_setroot(struct vnode *vp, struct nchandle *nch);
/dflybsd-src/sys/kern/
H A Dvfs_conf.c493 vfs_cache_setroot(vp, cache_hold(&mp->mnt_ncmountpt)); in vfs_mountroot_try()
H A Dkern_shutdown.c300 vfs_cache_setroot(NULL, NULL); in boot()
H A Dinit_main.c593 vfs_cache_setroot(vp, cache_hold(&mp->mnt_ncmountpt)); in start_init()
H A Dvfs_syscalls.c528 vfs_cache_setroot(newdp, cache_hold(new_nch)); in checkdirs()
2130 vfs_cache_setroot(vp, cache_hold(nch)); in sys_chroot_kernel()
H A Dvfs_cache.c4987 vfs_cache_setroot(struct vnode *nvp, struct nchandle *nch) in vfs_cache_setroot() function