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

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h606 __u16 chunkGroupSize; /* == 2^^chunkGroupBits */ member in struct:yaffs_DeviceStruct
H A Dyaffs_guts.c989 for (j = 0; theChunk && j < dev->chunkGroupSize; j++) {
6373 * to figure out chunk shift and chunkGroupSize
6382 dev->chunkGroupSize = 1 << dev->chunkGroupBits;
6384 if (dev->nChunksPerBlock < dev->chunkGroupSize) {
H A Dyaffs_fs.c1846 buf += sprintf(buf, "chunkGroupSize..... %d\n", dev->chunkGroupSize);

Completed in 52 milliseconds