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

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2541 int checkpointBlockAdjust; local
2555 checkpointBlockAdjust = (dev->nCheckpointReservedBlocks - dev->blocksInCheckpoint);
2556 if(checkpointBlockAdjust < 0)
2557 checkpointBlockAdjust = 0;
2559 if (dev->nErasedBlocks < (dev->nReservedBlocks + checkpointBlockAdjust)) {

Completed in 56 milliseconds