Searched refs:ndd (Results 1 – 1 of 1) sorted by relevance
2285 struct namecache *ncp, *n2, *ndd; in cache_enter_time() local2323 ndd = NULL; in cache_enter_time()2419 if ((ndd = vp->v_cache_dd) != NULL) { in cache_enter_time()2420 if ((ndd->nc_flag & NCF_ISDOTDOT) != 0) in cache_enter_time()2421 cache_zap_locked(ndd); in cache_enter_time()2423 ndd = NULL; in cache_enter_time()2472 if (ndd != NULL) in cache_enter_time()2473 cache_free(ndd); in cache_enter_time()