Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h690 void cache_validate(struct vnode *dvp, struct vnode *vp,
696 cache_validate(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in cache_validate() function
/freebsd/sys/kern/
H A Dvfs_cache.c3103 cache_validate(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in cache_validate() function
H A Dvfs_subr.c6211 cache_validate(a->a_dvp, *a->a_vpp, a->a_cnp); in vop_mkdir_debugpost()