Home
last modified time | relevance | path

Searched refs:nFreeChunks (Results 1 – 4 of 4) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_checkptrw.c55 dev->nFreeChunks += dev->nChunksPerBlock; in yaffs_CheckpointErase()
335 dev->nFreeChunks -= dev->blocksInCheckpoint * dev->nChunksPerBlock; in yaffs_CheckpointClose()
Dyaffs_guts.c1114 dev->nFreeChunks++; in yaffs_SoftDeleteChunk()
2180 dev->nFreeChunks -= dev->nChunksPerBlock; /* We lost a block of free space */ in yaffs_BlockBecameDirty()
2251 return (dev->nFreeChunks > reservedChunks); in yaffs_CheckSpaceForAllocation()
2287 dev->nFreeChunks--; in yaffs_AllocateChunk()
2356 dev->nFreeChunks -= bi->softDeletions; in yaffs_GarbageCollectBlock()
2917 dev->nFreeChunks++; in yaffs_DeleteChunk()
3459 cp->nFreeChunks = dev->nFreeChunks; in yaffs_DeviceToCheckpointDevice()
3475 dev->nFreeChunks = cp->nFreeChunks; in yaffs_CheckpointDeviceToDevice()
4715 dev->nFreeChunks += dev->nChunksPerBlock; in yaffs_Scan()
4802 dev->nFreeChunks++; in yaffs_Scan()
[all …]
Dyaffs_guts.h688 int nFreeChunks; member
771 int nFreeChunks; member
Dyaffs_fs.c1852 buf += sprintf(buf, "nFreeChunks........ %d\n", dev->nFreeChunks);