Searched refs:fCacheHandle (Results 1 – 2 of 2) sorted by relevance
80 if (fCacheHandle) in ~BlockCache()81 block_cache_delete(fCacheHandle, false); in ~BlockCache()97 fCacheHandle = block_cache_create(fDevice, blockCount, blockSize, true); in Init()98 if (!fCacheHandle) in Init()201 return const_cast<void*>(block_cache_get(fCacheHandle, number)); in _GetBlock()209 block_cache_put(fCacheHandle, number); in _ReleaseBlock()
63 void* fCacheHandle; variable