Home
last modified time | relevance | path

Searched refs:BytesFromSectors (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/cdfs/
H A Ddeviosup.c2564 Buffer->Buffer + BytesFromSectors( BufferSectorOffset), in _Requires_lock_held_()
2565 BytesFromSectors( Found)); in _Requires_lock_held_()
2568 UserBuffer += BytesFromSectors( Found); in _Requires_lock_held_()
2657 BytesFromSectors( Blocks), in _Requires_lock_held_()
2700 IrpSp->Parameters.Read.Length = BytesFromSectors( Blocks); in _Requires_lock_held_()
H A Dcdprocs.h1596 #define BytesFromSectors(L) ( \ macro