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

/osnet-11/usr/src/lib/libuvfs/common/
H A Dfs.c39 static umem_cache_t *libuvfs_fs_cache; variable
88 fs = umem_cache_alloc(libuvfs_fs_cache, UMEM_NOFAIL);
132 umem_cache_free(libuvfs_fs_cache, fs);
255 libuvfs_fs_cache = umem_cache_create("libuvfs_fs_cache",
266 umem_cache_destroy(libuvfs_fs_cache);

Completed in 15 milliseconds