Searched refs:last_dp (Results 1 – 3 of 3) sorted by relevance
260 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
1724 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument2202 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()
1101 vnode_t last_dp = NULLVP; local1142 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {1417 last_dp = dp;