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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_verify.c111 int nBlocksPerState[YAFFS_NUMBER_OF_BLOCK_STATES]; local
117 memset(nBlocksPerState, 0, sizeof(nBlocksPerState));
124 nBlocksPerState[bi->block_state]++;
133 if (nBlocksPerState[YAFFS_BLOCK_STATE_ALLOCATING] > 1)
139 block_stateName[i], nBlocksPerState[i]));
141 if (dev->blocks_in_checkpt != nBlocksPerState[YAFFS_BLOCK_STATE_CHECKPOINT])
144 dev->blocks_in_checkpt, nBlocksPerState[YAFFS_BLOCK_STATE_CHECKPOINT]));
146 if (dev->n_erased_blocks != nBlocksPerState[YAFFS_BLOCK_STATE_EMPTY])
149 dev->n_erased_blocks, nBlocksPerState[YAFFS_BLOCK_STATE_EMPT
[all...]

Completed in 26 milliseconds