Searched refs:checkpointBlocks (Results 1 - 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2243 int checkpointBlocks; local
2245 checkpointBlocks = dev->nCheckpointReservedBlocks - dev->blocksInCheckpoint;
2246 if(checkpointBlocks < 0)
2247 checkpointBlocks = 0;
2249 reservedChunks = ((reservedBlocks + checkpointBlocks) * dev->nChunksPerBlock);

Completed in 184 milliseconds