Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Ddeviosup.c2547 ((Vcb->SecCacheChunks[ Index].BaseLbn + CD_SEC_CHUNK_BLOCKS) > Lbn)) { in _Requires_lock_held_()
2561 Found = Min( CD_SEC_CHUNK_BLOCKS - BufferSectorOffset, Remaining); in _Requires_lock_held_()
2604 StartBlock = Lbn - ((Lbn - 16) % CD_SEC_CHUNK_BLOCKS); in _Requires_lock_held_()
2619 if (Blocks > CD_SEC_CHUNK_BLOCKS) { in _Requires_lock_held_()
2621 Blocks = CD_SEC_CHUNK_BLOCKS; in _Requires_lock_held_()
2626 Blocks = CD_SEC_CHUNK_BLOCKS; in _Requires_lock_held_()
H A Dfsctrl.c558 Buffer += CD_SEC_CHUNK_BLOCKS * SECTOR_SIZE; in CdReMountOldVcb()
1082 CD_SEC_CHUNK_BLOCKS *
1090 Buffer += CD_SEC_CHUNK_BLOCKS * SECTOR_SIZE;
H A Dcdstruc.h461 #define CD_SEC_CHUNK_BLOCKS 0x18 macro