Home
last modified time | relevance | path

Searched refs:SecCacheChunks (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/cdfs/
H A Ddeviosup.c2545 if ((Vcb->SecCacheChunks[ Index].BaseLbn != -1) && in _Requires_lock_held_()
2546 (Vcb->SecCacheChunks[ Index].BaseLbn <= Lbn) && in _Requires_lock_held_()
2547 ((Vcb->SecCacheChunks[ Index].BaseLbn + CD_SEC_CHUNK_BLOCKS) > Lbn)) { in _Requires_lock_held_()
2549 Buffer = &Vcb->SecCacheChunks[ Index]; in _Requires_lock_held_()
2602 Buffer = &Vcb->SecCacheChunks[ Vcb->SecCacheLRUChunkIndex]; in _Requires_lock_held_()
H A Dfsctrl.c555 OldVcb->SecCacheChunks[ Index].Buffer = Buffer; in CdReMountOldVcb()
556 OldVcb->SecCacheChunks[ Index].BaseLbn = (ULONG)-1; in CdReMountOldVcb()
1087 Vcb->SecCacheChunks[ Index].Buffer = Buffer;
1088 Vcb->SecCacheChunks[ Index].BaseLbn = (ULONG)-1;
H A Dcdstruc.h682 CD_SECTOR_CACHE_CHUNK SecCacheChunks[ CD_SEC_CACHE_CHUNKS]; member