Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c2285 struct namecache *ncp, *n2, *ndd; in cache_enter_time() local
2323 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()