Searched refs:last_dp (Results 1 – 3 of 3) sorted by relevance
262 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() argument2240 if (last_dp != dp) { in cache_lookup_path()2372 if ((last_dp != NULLVP) && (last_dp != ndp->ni_dvp)) { in cache_lookup_path()2373 vnode_put(last_dp); in cache_lookup_path()
1247 vnode_t last_dp = NULLVP; local1288 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {1571 last_dp = dp;