Searched refs:checkpointBlocks (Results 1 – 1 of 1) sorted by relevance
2243 int checkpointBlocks; in yaffs_CheckSpaceForAllocation() local2245 checkpointBlocks = dev->nCheckpointReservedBlocks - dev->blocksInCheckpoint; in yaffs_CheckSpaceForAllocation()2246 if(checkpointBlocks < 0) in yaffs_CheckSpaceForAllocation()2247 checkpointBlocks = 0; in yaffs_CheckSpaceForAllocation()2249 reservedChunks = ((reservedBlocks + checkpointBlocks) * dev->nChunksPerBlock); in yaffs_CheckSpaceForAllocation()