#include <uffs_blockInfo.h>
Data Fields | |
u8 | blockStatus:1 |
for block status, 1 bad, 0 valid | |
u8 | checkOk:1 |
0 check sum is OK. 1 check sum is error. | |
u8 | expired:1 |
0 not expired. 1 expired. | |
uffs_Tags | tag |
page tag |
Definition at line 20 of file uffs_blockInfo.h.
0 check sum is OK. 1 check sum is error.
Definition at line 22 of file uffs_blockInfo.h.
Referenced by uffs_CheckPageSpare(), and uffs_FindFirstValidPage().
0 not expired. 1 expired.
Definition at line 21 of file uffs_blockInfo.h.
Referenced by uffs_ExpireBlockInfo(), uffs_GetBlockInfo(), uffs_InitBlockInfoCache(), and uffs_LoadBlockInfo().
page tag
Definition at line 24 of file uffs_blockInfo.h.
Referenced by Samsung_IsBlockBad(), uffs_BufGetEx(), uffs_CheckPageSpare(), uffs_CompareFileNameWithTreeNode(), uffs_CreateNewFile(), uffs_FindBestPageInBlock(), uffs_FindPageInBlockWithPageId(), uffs_GetBlockFileDataLength(), uffs_GetBlockTimeStamp(), uffs_IsBlockPagesFullUsed(), uffs_IsDataBlockReguFull(), uffs_IsPageErased(), uffs_IsThisBlockUsed(), uffs_LoadBlockInfo(), and uffs_RecoverBadBlock().