Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Dwrite.c103 ULONG OriginalByteCount; in _Requires_lock_held_() local
151 OriginalByteCount = ByteCount = IrpSp->Parameters.Write.Length; in _Requires_lock_held_()
210 (WriteByteCount > OriginalByteCount)) { in _Requires_lock_held_()
H A Dread.c112 ULONG OriginalByteCount; in _Requires_lock_held_() local
165 OriginalByteCount = ByteCount = IrpSp->Parameters.Read.Length; in _Requires_lock_held_()
313 (ReadByteCount > OriginalByteCount)) { in _Requires_lock_held_()
/reactos/drivers/filesystems/fastfat/
H A Ddeviosup.c948 ULONG OriginalByteCount; in _Requires_lock_held_() local
987 OriginalByteCount = ByteCount; in _Requires_lock_held_()
1249 Irp->IoStatus.Information = OriginalByteCount; in _Requires_lock_held_()
1342 ULONG OriginalByteCount; in _Requires_lock_held_() local
1367 OriginalByteCount = ByteCount; in _Requires_lock_held_()
1606 Irp->IoStatus.Information = OriginalByteCount; in _Requires_lock_held_()