Home
last modified time | relevance | path

Searched refs:RequestedByteCount (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dread.c559 ULONG RequestedByteCount; local
626 RequestedByteCount = ByteCount;
721 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
818 ByteCount = RequestedByteCount = (ULONG) (VolumeSize - StartingLbo);
827 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
1131 ByteCount = RequestedByteCount = FileSize - StartingVbo;
1135 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
1136 RequestedByteCount;
1331 Irp->IoStatus.Information = RequestedByteCount;
H A Dwrite.c483 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
1029 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
1723 IrpContext->FatIoContext->Wait.Async.RequestedByteCount =
H A Dfatstruc.h1625 ULONG RequestedByteCount; member
H A Ddeviosup.c2589 Context->Wait.Async.RequestedByteCount;
3160 Irp->IoStatus.Information = Context->Wait.Async.RequestedByteCount;
/reactos/drivers/filesystems/cdfs/
H A Dwrite.c270 IrpContext->IoContext->RequestedByteCount = ByteCount; in _Requires_lock_held_()
H A Dread.c373 IrpContext->IoContext->RequestedByteCount = ByteCount; in _Requires_lock_held_()
H A Dcdstruc.h1340 ULONG RequestedByteCount; member
H A Ddeviosup.c3603 IoContext->MasterIrp->IoStatus.Information = IoContext->RequestedByteCount; in CdMultiAsyncCompletionRoutine()
3755 Irp->IoStatus.Information = IoContext->RequestedByteCount; in CdSingleAsyncCompletionRoutine()