Searched refs:reservedChunks (Results 1 – 1 of 1) sorted by relevance
2241 int reservedChunks; in yaffs_CheckSpaceForAllocation() local2249 reservedChunks = ((reservedBlocks + checkpointBlocks) * dev->nChunksPerBlock); in yaffs_CheckSpaceForAllocation()2251 return (dev->nFreeChunks > reservedChunks); in yaffs_CheckSpaceForAllocation()