Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/direct/
Dyaffscfg2k.c94 ramDev.nShortOpCaches = 0; // Disable caching on this device. in yaffs_StartUp()
109 bootDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
137 flashDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
159 ram2kDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
Dyaffscfg.c80 ramDev.nShortOpCaches = 0; // Disable caching on this device. in yaffs_StartUp()
94 bootDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
108 flashDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
/external/yaffs2/yaffs2/
Dyaffs_guts.c254 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_IsManagedTempBuffer()
3161 int nCaches = obj->myDev->nShortOpCaches; in yaffs_ObjectHasCachedWriteData()
3181 int nCaches = obj->myDev->nShortOpCaches; in yaffs_FlushFilesChunkCache()
3233 int nCaches = dev->nShortOpCaches; in yaffs_FlushEntireDeviceCache()
3266 if (dev->nShortOpCaches > 0) { in yaffs_GrabChunkCacheWorker()
3267 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCacheWorker()
3277 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCacheWorker()
3302 if (dev->nShortOpCaches > 0) { in yaffs_GrabChunkCache()
3321 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCache()
3352 if (dev->nShortOpCaches > 0) { in yaffs_FindChunkCache()
[all …]
Dyaffs_guts.h550 int nShortOpCaches; /* If <= 0, then short op caching is disabled, else member
Dyaffs_fs.c1644 dev->nShortOpCaches = 10; /* Enable short op caching */