Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DPartition.c471 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (BlockIo); in PartitionDriverBindingStop()
586 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReset()
662 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReadBlocks()
713 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionWriteBlocks()
750 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionFlushBlocks()
DPartition.h75 #define PARTITION_DEVICE_FROM_BLOCK_IO_THIS(a) CR (a, PARTITION_PRIVATE_DATA, BlockIo, PARTITION_P… macro