Home
last modified time | relevance | path

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

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