ReactOS 0.4.16-dev-59-gd481587
|
#include <storage32.h>
Definition at line 371 of file storage32.h.
struct StorageBaseImpl StorageImpl::base |
Definition at line 373 of file storage32.h.
Referenced by Storage_Construct().
ULONG StorageImpl::bigBlockDepotCount |
Definition at line 382 of file storage32.h.
ULONG StorageImpl::bigBlockDepotStart[COUNT_BBDEPOTINHEADER] |
Definition at line 390 of file storage32.h.
ULONG StorageImpl::bigBlockSize |
Definition at line 380 of file storage32.h.
Referenced by StorageImpl_CreateDirEntry().
WORD StorageImpl::bigBlockSizeBits |
Definition at line 378 of file storage32.h.
BlockChainStream* StorageImpl::blockChainCache[BLOCKCHAIN_CACHE_SIZE] |
Definition at line 411 of file storage32.h.
UINT StorageImpl::blockChainToEvict |
Definition at line 412 of file storage32.h.
ULONG StorageImpl::blockDepotCached[MAX_BIG_BLOCK_SIZE/4] |
Definition at line 396 of file storage32.h.
ULONG StorageImpl::extBigBlockDepotCount |
Definition at line 389 of file storage32.h.
ULONG* StorageImpl::extBigBlockDepotLocations |
Definition at line 387 of file storage32.h.
ULONG StorageImpl::extBigBlockDepotLocationsSize |
Definition at line 388 of file storage32.h.
ULONG StorageImpl::extBigBlockDepotStart |
Definition at line 386 of file storage32.h.
ULONG StorageImpl::extBlockDepotCached[MAX_BIG_BLOCK_SIZE/4] |
Definition at line 393 of file storage32.h.
ULONG StorageImpl::firstFreeSmallBlock |
Definition at line 401 of file storage32.h.
ULONG StorageImpl::indexBlockDepotCached |
Definition at line 397 of file storage32.h.
ULONG StorageImpl::indexExtBlockDepotCached |
Definition at line 394 of file storage32.h.
ILockBytes* StorageImpl::lockBytes |
Definition at line 416 of file storage32.h.
ULONG StorageImpl::locked_bytes[8] |
Definition at line 418 of file storage32.h.
ULONG StorageImpl::locks_supported |
Definition at line 414 of file storage32.h.
ULONG StorageImpl::prevFreeBlock |
Definition at line 398 of file storage32.h.
BlockChainStream* StorageImpl::rootBlockChain |
Definition at line 406 of file storage32.h.
Referenced by StorageImpl_CreateDirEntry().
ULONG StorageImpl::rootStartBlock |
Definition at line 383 of file storage32.h.
BlockChainStream* StorageImpl::smallBlockDepotChain |
Definition at line 407 of file storage32.h.
ULONG StorageImpl::smallBlockDepotStart |
Definition at line 385 of file storage32.h.
ULONG StorageImpl::smallBlockLimit |
Definition at line 384 of file storage32.h.
BlockChainStream* StorageImpl::smallBlockRootChain |
Definition at line 408 of file storage32.h.
ULONG StorageImpl::smallBlockSize |
Definition at line 381 of file storage32.h.
WORD StorageImpl::smallBlockSizeBits |
Definition at line 379 of file storage32.h.
ULONG StorageImpl::transactionSig |
Definition at line 391 of file storage32.h.