Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dnamei.h260 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c1724 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument
2202 if (last_dp != dp) { in cache_lookup_path()
2334 if ((last_dp != NULLVP) && (last_dp != ndp->ni_dvp)) { in cache_lookup_path()
2335 vnode_put(last_dp); in cache_lookup_path()
H A Dvfs_lookup.c1101 vnode_t last_dp = NULLVP; local
1142 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {
1417 last_dp = dp;