Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dvnode.h2710 int cache_lookup_ext(vnode_t dvp, vnode_t *vpp, struct componentname *cnp,
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c2675 cache_lookup_ext(struct vnode *dvp, struct vnode **vpp, in cache_lookup_ext() function
2793 return cache_lookup_ext(dvp, vpp, cnp, 0); in cache_lookup()