Home
last modified time | relevance | path

Searched refs:cache_enter (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dvnode.h2252 void cache_enter(vnode_t dvp, vnode_t vp, struct componentname *cnp);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cache.c2810 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in cache_enter() function