Home
last modified time | relevance | path

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

/reactos/drivers/storage/partmgr/
H A Dpartition.c61 PPARTITION_EXTENSION partExt = partitionDevice->DeviceExtension; in PartitionCreateDevice()
107 _In_ PPARTITION_EXTENSION PartExt, in PartitionHandleStartDevice()
194 _In_ PPARTITION_EXTENSION PartExt) in VolumeDeleteMountPoints()
285 _In_ PPARTITION_EXTENSION PartExt, in PartitionHandleRemove()
370 _In_ PPARTITION_EXTENSION PartExt, in PartitionHandleDeviceRelations()
409 _In_ PPARTITION_EXTENSION PartExt, in PartitionHandleQueryId()
487 _In_ PPARTITION_EXTENSION PartExt, in PartitionHandleQueryCapabilities()
511 PPARTITION_EXTENSION partExt = DeviceObject->DeviceExtension; in PartitionHandlePnp()
576 PPARTITION_EXTENSION partExt = DeviceObject->DeviceExtension; in PartitionHandleDeviceControl()
H A Dpartmgr.c217 PPARTITION_EXTENSION partExt = CONTAINING_RECORD(curEntry, PARTITION_EXTENSION, ListEntry); in PartMgrUpdatePartitionDevices()
323 PPARTITION_EXTENSION partExt = CONTAINING_RECORD(curEntry, in PartMgrUpdatePartitionDevices()
360 PPARTITION_EXTENSION curPart = CONTAINING_RECORD(curEntry, in PartMgrUpdatePartitionDevices()
374 PPARTITION_EXTENSION partExt = partitionDevice->DeviceExtension; in PartMgrUpdatePartitionDevices()
1092 PPARTITION_EXTENSION partExt = CONTAINING_RECORD(curEntry, in FdoHandleDeviceRelations()
1157 PPARTITION_EXTENSION partExt = CONTAINING_RECORD(curEntry, in FdoHandleSurpriseRemoval()
1382 PPARTITION_EXTENSION partExt = DeviceObject->DeviceExtension; in PartMgrReadWrite()
1410 PPARTITION_EXTENSION partExt = DeviceObject->DeviceExtension; in PartMgrPower()
1451 PPARTITION_EXTENSION partExt = DeviceObject->DeviceExtension; in PartMgrShutdownFlush()
H A Dpartmgr.h126 } PARTITION_EXTENSION, *PPARTITION_EXTENSION; typedef
140 _In_ PPARTITION_EXTENSION PartExt,