#include <uffs_device.h>
Data Fields | |
uffs_blockInfo * | head |
buffer head of block info(spares) | |
void * | internalBufHead |
internal buffer head, used for release whole buffer | |
int | maxBlockCached |
maximun block info buffers | |
uffs_blockInfo * | tail |
Definition at line 97 of file uffs_device.h.
buffer head of block info(spares)
Definition at line 98 of file uffs_device.h.
Referenced by uffs_ExpireAllBlockInfo(), uffs_FindBlockInfoInCache(), uffs_GetBlockInfo(), uffs_InitBlockInfoCache(), uffs_IsAllBlockInfoFree(), and uffs_ReleaseBlockInfoCache().
internal buffer head, used for release whole buffer
Definition at line 101 of file uffs_device.h.
Referenced by uffs_InitBlockInfoCache(), and uffs_ReleaseBlockInfoCache().
maximun block info buffers
Definition at line 100 of file uffs_device.h.
Referenced by uffs_InitBlockInfoCache().
Definition at line 99 of file uffs_device.h.
Referenced by uffs_InitBlockInfoCache(), and uffs_ReleaseBlockInfoCache().