Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyaffs_guts.c983 static int yaffs_FindChunkInGroup(yaffs_Device * dev, int theChunk, in yaffs_FindChunkInGroup() argument
989 for (j = 0; theChunk && j < dev->chunkGroupSize; j++) { in yaffs_FindChunkInGroup()
991 (dev, theChunk / dev->nChunksPerBlock, in yaffs_FindChunkInGroup()
992 theChunk % dev->nChunksPerBlock)) { in yaffs_FindChunkInGroup()
993 yaffs_ReadChunkWithTagsFromNAND(dev, theChunk, NULL, in yaffs_FindChunkInGroup()
997 return theChunk; in yaffs_FindChunkInGroup()
1001 theChunk++; in yaffs_FindChunkInGroup()
1018 int theChunk; in yaffs_DeleteWorker() local
1062 theChunk = yaffs_GetChunkGroupBase(dev,tn,i); in yaffs_DeleteWorker()
1063 if (theChunk) { in yaffs_DeleteWorker()
[all …]