Searched refs:volNum (Results 1 – 1 of 1) sorted by relevance
842 PVOLUME_NUMBER volNum = Irp->AssociatedIrp.SystemBuffer; in PartitionHandleDeviceControl() local843 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()