Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c864 cache_t *old_cache; in cache_sync() local
877 old_cache = *cachep; in cache_sync()
878 if (old_cache) { in cache_sync()
880 if (old_cache->timestamp >= st.st_mtime) { in cache_sync()
905 if (cache_lookup(old_cache, entry->special) == NULL) { in cache_sync()
915 if (old_cache == NULL) in cache_sync()
923 for (index = 0; index < old_cache->hash_size; index++) { in cache_sync()
924 for (entry = old_cache->mounts[index]; entry != NULL; in cache_sync()
931 free_cache(&old_cache); in cache_sync()