Searched refs:nCaches (Results 1 – 1 of 1) sorted by relevance
3161 int nCaches = obj->myDev->nShortOpCaches; in yaffs_ObjectHasCachedWriteData() local3163 for(i = 0; i < nCaches; i++){ in yaffs_ObjectHasCachedWriteData()3181 int nCaches = obj->myDev->nShortOpCaches; in yaffs_FlushFilesChunkCache() local3183 if (nCaches > 0) { in yaffs_FlushFilesChunkCache()3188 for (i = 0; i < nCaches; i++) { in yaffs_FlushFilesChunkCache()3233 int nCaches = dev->nShortOpCaches; in yaffs_FlushEntireDeviceCache() local3241 for( i = 0; i < nCaches && !obj; i++) { in yaffs_FlushEntireDeviceCache()