Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dvnode.h2226 int cache_lookup(vnode_t dvp, vnode_t *vpp, struct componentname *cnp);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c2600 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in cache_lookup() function