Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dvnode.h2693 int cache_lookup_ext(vnode_t dvp, vnode_t *vpp, struct componentname *cnp,
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_cache.c2645 cache_lookup_ext(struct vnode *dvp, struct vnode **vpp, in cache_lookup_ext() function
2763 return cache_lookup_ext(dvp, vpp, cnp, 0); in cache_lookup()