Home
last modified time | relevance | path

Searched refs:cache_lookup_path (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h271 int cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp,
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c1346 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {
H A Dvfs_cache.c1757 cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, in cache_lookup_path() function