Searched refs:cache_sync (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c107 static int cache_sync(rcm_handle_t *, cache_t **);
201 /* cache_sync() does all of the necessary work */
202 if (cache_sync(hd, &mnt_cache) < 0) {
853 * cache_sync()
862 cache_sync(rcm_handle_t *hd, cache_t **cachep) function
873 "FILESYS: invalid arguments to cache_sync().\n");
H A Dsvm_rcm.c185 static void cache_sync(rcm_handle_t *hd, cache_t **cachep);
339 cache_sync(hd, &svm_cache);
2039 * cache_sync()
2073 * cache_sync creates a list of devices to be registered after all the
2085 cache_sync(rcm_handle_t *hd, cache_t **cachep) function

Completed in 162 milliseconds