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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFilterScheme.cpp172 IOReturn IOFilterScheme::synchronizeCache(IOService * client) function in class:IOFilterScheme
178 return getProvider()->synchronizeCache(this);
H A DIOFilterScheme.h215 * @function synchronizeCache
224 virtual IOReturn synchronizeCache(IOService * client);
H A DIOMedia.h463 * @function synchronizeCache
472 virtual IOReturn synchronizeCache(IOService * client);
H A DIOPartitionScheme.h305 * @function synchronizeCache
314 virtual IOReturn synchronizeCache(IOService * client);
H A DIOStorage.h491 * @function synchronizeCache
500 virtual IOReturn synchronizeCache(IOService * client) = 0;
H A DIOMedia.cpp832 IOReturn IOMedia::synchronizeCache(IOService * client) function in class:IOMedia
867 return getProvider()->synchronizeCache(this);
H A DIOPartitionScheme.cpp361 IOReturn IOPartitionScheme::synchronizeCache(IOService * client) function in class:IOPartitionScheme
367 return getProvider()->synchronizeCache(this);
H A DIOBlockStorageDriver.h860 * @function synchronizeCache
869 virtual IOReturn synchronizeCache(IOService * client);
H A DIOBlockStorageDriver.cpp1739 IOBlockStorageDriver::synchronizeCache(IOService *client) function in class:IOBlockStorageDriver
H A DIOMediaBSDClient.cpp1789 status = minor->media->synchronizeCache(minor->client);
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDMember.h164 virtual IOReturn synchronizeCache(IOService * client);
H A DAppleRAIDSet.h162 virtual IOReturn synchronizeCache(IOService* client);
H A DAppleRAIDMember.cpp257 IOReturn AppleRAIDMember::synchronizeCache(IOService * client) function in class:AppleRAIDMember
278 IOReturn result = arTarget->synchronizeCache(this);
H A DAppleRAIDSet.cpp1853 IOReturn AppleRAIDSet::synchronizeCache(IOService *client) function in class:AppleRAIDSet
1877 arMembers[cnt]->synchronizeCache(masterSet ? masterSet : this);

Completed in 257 milliseconds