Home
last modified time | relevance | path

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

/reactos/drivers/storage/partmgr/
H A Dpartition.c842 PVOLUME_NUMBER volNum = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() local
843 if (!VerifyIrpOutBufferSize(Irp, sizeof(*volNum))) in PartitionHandleDeviceControl()
851 volNum->VolumeNumber = partExt->VolumeNumber; in PartitionHandleDeviceControl()
852 RtlCopyMemory(volNum->VolumeManagerName, in PartitionHandleDeviceControl()
854 sizeof(volNum->VolumeManagerName)); in PartitionHandleDeviceControl()
859 Irp->IoStatus.Information = sizeof(*volNum); in PartitionHandleDeviceControl()