Home
last modified time | relevance | path

Searched defs:yaffs_DeviceStruct (Results 1 – 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_guts.h525 struct yaffs_DeviceStruct { struct
526 struct list_head devList;
527 const char *name;
530 int nDataBytesPerChunk; /* Should be a power of 2 >= 512 */
531 int nChunksPerBlock; /* does not need to be a power of 2 */
532 int nBytesPerSpare; /* spare area size */
533 int startBlock; /* Start block we're allowed to use */
534 int endBlock; /* End block we're allowed to use */
535 int nReservedBlocks; /* We want this tuneable so that we can reduce */
539 int checkpointStartBlock;
[all …]