Home
last modified time | relevance | path

Searched refs:nCaches (Results 1 – 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_guts.c3161 int nCaches = obj->myDev->nShortOpCaches; in yaffs_ObjectHasCachedWriteData() local
3163 for(i = 0; i < nCaches; i++){ in yaffs_ObjectHasCachedWriteData()
3181 int nCaches = obj->myDev->nShortOpCaches; in yaffs_FlushFilesChunkCache() local
3183 if (nCaches > 0) { in yaffs_FlushFilesChunkCache()
3188 for (i = 0; i < nCaches; i++) { in yaffs_FlushFilesChunkCache()
3233 int nCaches = dev->nShortOpCaches; in yaffs_FlushEntireDeviceCache() local
3241 for( i = 0; i < nCaches && !obj; i++) { in yaffs_FlushEntireDeviceCache()