Searched refs:theChunk (Results 1 – 1 of 1) sorted by relevance
983 static int yaffs_FindChunkInGroup(yaffs_Device * dev, int theChunk, in yaffs_FindChunkInGroup() argument989 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() local1062 theChunk = yaffs_GetChunkGroupBase(dev,tn,i); in yaffs_DeleteWorker()1063 if (theChunk) { in yaffs_DeleteWorker()[all …]