#include <mapperflash.h>
Collaboration diagram for FsMapperFlash:
Data Fields | |
FsMapper | m |
u_int32 | root |
s_int16 | blocksPerErase |
s_int32 | lastUsed |
FmfCache * | cache |
s_int32 | physPages |
s_int32 | emptyBlock [FS_MAP_NON_FULL] |
s_int16 | nonFullLimit |
s_int32 | skipped |
s_int32 | freed |
Definition at line 46 of file mapperflash.h.
|
Logical blocks in erase unit. Definition at line 52 of file mapperflash.h. |
|
Internal cache. Definition at line 56 of file mapperflash.h. |
|
Blocks that are not (almost) completely full with FMF_TYPE_DATA Definition at line 60 of file mapperflash.h. |
|
How many blocks have been cleaned Definition at line 66 of file mapperflash.h. |
|
Last new physical address. Definition at line 54 of file mapperflash.h. |
|
Public structure that is common to all mappers. Definition at line 48 of file mapperflash.h. |
|
How many pages in a block must be free for the block to be non-full Definition at line 62 of file mapperflash.h. |
|
Total of physical pages. Definition at line 58 of file mapperflash.h. |
|
Root node physical address. Definition at line 50 of file mapperflash.h. |
|
How many blocks have been skipped while cleaning. Definition at line 64 of file mapperflash.h. |