Searched refs:partExt (Results 1 – 2 of 2) sorted by relevance
62 RtlZeroMemory(partExt, sizeof(*partExt)); in PartitionCreateDevice()64 partExt->DeviceObject = partitionDevice; in PartitionCreateDevice()65 partExt->LowerDevice = FDObject; in PartitionCreateDevice()86 RtlCopyMemory(partExt->Gpt.Name, PartitionEntry->Gpt.Name, sizeof(partExt->Gpt.Name)); in PartitionCreateDevice()89 partExt->DeviceName = deviceName; in PartitionCreateDevice()94 partExt->VolumeNumber = volumeNum; in PartitionCreateDevice()580 ASSERT(!partExt->IsFDO); in PartitionHandleDeviceControl()582 if (!partExt->IsEnumerated) in PartitionHandleDeviceControl()667 partExt->Gpt.Name, in PartitionHandleDeviceControl()732 RtlMoveMemory(partExt->Gpt.Name, in PartitionHandleDeviceControl()[all …]
269 RtlCopyMemory(partExt->Gpt.Name, partEntry->Gpt.Name, sizeof(partExt->Gpt.Name)); in PartMgrUpdatePartitionDevices()281 partExt->Attached = FALSE; in PartMgrUpdatePartitionDevices()284 if (!partExt->IsEnumerated) in PartMgrUpdatePartitionDevices()389 partExt->Attached = TRUE; in PartMgrUpdatePartitionDevices()1161 if (partExt->IsEnumerated) in FdoHandleSurpriseRemoval()1385 if (!partExt->IsFDO) in PartMgrReadWrite()1387 if (!partExt->IsEnumerated) in PartMgrReadWrite()1415 if (!partExt->IsFDO) in PartMgrPower()1419 if (!partExt->IsEnumerated) in PartMgrPower()1455 if (!partExt->IsFDO) in PartMgrShutdownFlush()[all …]