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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBlockCache.c44 volume->vcbBlockCache = (void *) &fscache;
65 cache = (Cache_t *) volume->vcbBlockCache;
114 cache = (Cache_t *) volume->vcbBlockCache;
157 cache = (Cache_t *)file->fcbVolume->vcbBlockCache;
199 cache = (Cache_t *)file->fcbVolume->vcbBlockCache;
257 cache = (Cache_t *)volume->vcbBlockCache;
334 cache = (Cache_t *) file->fcbVolume->vcbBlockCache;
383 cache = (Cache_t *)file->fcbVolume->vcbBlockCache;
H A DBTreeScanner.c234 myErr = CacheRead( myBTreeCBPtr->fcbPtr->fcbVolume->vcbBlockCache,
244 CacheRelease(myBTreeCBPtr->fcbPtr->fcbVolume->vcbBlockCache, tmpbuf, 0);
259 tempError = CacheRawRead( myBTreeCBPtr->fcbPtr->fcbVolume->vcbBlockCache,
278 dumpCache(myBTreeCBPtr->fcbPtr->fcbVolume->vcbBlockCache);
H A DSRuntime.h333 void * vcbBlockCache; member in struct:SVCB
H A DSRebuildBTree.c362 myErr = CacheFlush( myVCBPtr->vcbBlockCache );
H A DSRepair.c5419 err = CacheCopyDiskBlocks (vcb->vcbBlockCache, old_offset, new_offset,
5455 err = CacheWriteBufferToDisk (vcb->vcbBlockCache, offset, write_len, buffer, bufLen);

Completed in 135 milliseconds