Home
last modified time | relevance | path

Searched refs:cache_enter_mount (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/sys/
H A Dnamei.h311 void cache_enter_mount(struct vnode *, struct vnode *);
H A Dnamei.src303 void cache_enter_mount(struct vnode *, struct vnode *);
/netbsd/sys/kern/
H A Dvfs_cache.c1036 cache_enter_mount(struct vnode *cvp, struct vnode *rvp) in cache_enter_mount() function
H A Dvfs_lookup.c976 cache_enter_mount(foundobj, vp); in lookup_crossmount()