Searched refs:last_dp (Results 1 – 3 of 3) sorted by relevance
272 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
1758 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument2270 if (last_dp != dp) { in cache_lookup_path()2402 if ((last_dp != NULLVP) && (last_dp != ndp->ni_dvp)) { in cache_lookup_path()2403 vnode_put(last_dp); in cache_lookup_path()
1305 vnode_t last_dp = NULLVP; local1346 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {1656 last_dp = dp;