Searched defs:theChunk (Results 1 - 1 of 1) sorted by relevance

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

Completed in 73 milliseconds