Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c866 cache_t *old_cache; in cache_sync() local
879 old_cache = *cachep; in cache_sync()
880 if (old_cache) { in cache_sync()
882 if (old_cache->timestamp >= st.st_mtime) { in cache_sync()
907 if (cache_lookup(old_cache, entry->special) == NULL) { in cache_sync()
917 if (old_cache == NULL) in cache_sync()
925 for (index = 0; index < old_cache->hash_size; index++) { in cache_sync()
926 for (entry = old_cache->mounts[index]; entry != NULL; in cache_sync()
933 free_cache(&old_cache); in cache_sync()