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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h267 int cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c810 * atomically while behind the NAME_CACHE_LOCK in shared mode in 'cache_lookup_path',
975 cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, function
1299 * If we came into cache_lookup_path after an iteration of the lookup loop that
1301 * on it. It is now the job of cache_lookup_path to drop the ref on this vnode
H A Dvfs_lookup.c455 * cache_lookup_path may return a NULL
845 * cache_lookup_path:ERECYCLE (vnode was recycled from underneath us, redrive lookup again)
913 if ( (error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp)) ) {
927 * cache_lookup_path returned a non-NULL ni_vp then,
960 * courtesy of cache_lookup_path... take
1102 * cache_lookup_path is now responsible for dropping io ref on dp

Completed in 26 milliseconds