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.c461 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (BlockIo); in PartitionDriverBindingStop()
550 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReset()
626 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReadBlocks()
677 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionWriteBlocks()
714 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionFlushBlocks()
DPartition.h74 #define PARTITION_DEVICE_FROM_BLOCK_IO_THIS(a) CR (a, PARTITION_PRIVATE_DATA, BlockIo, PARTITION_P… macro