Home
last modified time | relevance | path

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

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