ReactOS 0.4.15-dev-8636-g945e856
|
Public Attributes | |
ULONG | index |
ULONG | sector |
BOOL | read |
BOOL | dirty |
BYTE | data [MAX_BIG_BLOCK_SIZE] |
Definition at line 192 of file storage32.c.
BYTE BlockChainBlock::data[MAX_BIG_BLOCK_SIZE] |
Definition at line 198 of file storage32.c.
Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().
BOOL BlockChainBlock::dirty |
Definition at line 197 of file storage32.c.
Referenced by BlockChainStream_Construct(), and BlockChainStream_WriteAt().
ULONG BlockChainBlock::index |
Definition at line 194 of file storage32.c.
Referenced by BlockChainStream_Construct().
BOOL BlockChainBlock::read |
Definition at line 196 of file storage32.c.
Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().
ULONG BlockChainBlock::sector |
Definition at line 195 of file storage32.c.
Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().